Method

NumCosmoDistancetransverse_z1_z2

Declaration [src]

gdouble
nc_distance_transverse_z1_z2 (
  NcDistance* dist,
  NcHICosmo* cosmo,
  const gdouble z1,
  const gdouble z2
)

Description [src]

Compute the transverse comoving distance between $z_1$ and $z_2$, $D_t (z1, z2)$ defined in Eq. $\eqref{eq:def:Dt12}$.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
z1

Type: const gdouble

Redshift $z_1$.

z2

Type: const gdouble

Redshift $z_2$.

Return value

Type: gdouble

$D_t(z_1, z_2)$.