Function comovingDistanceT( z, H0, omegaM, omegaLambda )
- Description:
-
Transverse 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):
- transverse comoving distance in Mpc
- Signature:
double comovingDistanceT(double, double, double, double)