Function angularDiameterDistance( z, H0, omegaM, omegaLambda )
- Description:
-
Angular diameter 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):
- angular diameter distance in Mpc
- Signature:
- double angularDiameterDistance(double, double, double, double)