Function comovingDistanceL( z, H0, omegaM, omegaLambda )

Description:
Line-of-sight comoving distance.
Parameters:
z (floating point)
redshift
H0 (floating point)
Hubble constant in km/sec/Mpc
omegaM (floating point)
density ratio of the universe
omegaLambda (floating point)
normalised cosmological constant
Return Value (floating point):
line-of-sight comoving distance in Mpc
Signature:
double comovingDistanceL(double, double, double, double)