FUNCTION
fCosmoDc
Returns the line of sight comoving distance at a given redshift.
Parameters:
@z float --/D redshift
Returns Dc float --/D line of sight comoving distance --/U MPc.
select dbo.fCosmoDc(0.1)
returns 418.513808057105
see also fCosmoZfromDc
Input and output parameters
name
type
length
inout
pnum
float
8
input
0
@z
float
8
input
1