Method

NumCosmoHICosmodec_min

Declaration [src]

void
nc_hicosmo_dec_min (
  NcHICosmo* cosmo,
  const gdouble z_max,
  gdouble* zm,
  gdouble* decm
)

Description [src]

Computes the maximum of dec (nc_hicosmo_dec()) in the redshift interval: $[0.0, z_max]$.

Parameters

z_max

Type: const gdouble

Maximum redshift $z_\mathrm{max}$.

zm

Type: gdouble*

Redshift of the maximum $z_m$.

The argument will be set by the function.
decm

Type: gdouble*

The value of nc_hicosmo_dec() calculated at $z_m$.

The argument will be set by the function.