FUNCTION
fCosmoComovingVolume
Returns the comoving volume between here and a given redshift.
Parameters:
@z float --/D redshift
Returns ComoVingVolume float --/D Comoving Volume --/U GPc^3.
select dbo.fCosmoComovingVolume(0.1)
returns 0.307056279299777
see also fCosmoComovVolumeFromDl
Input and output parameters
name
type
length
inout
pnum
float
8
input
0
@z
float
8
input
1