FUNCTION  fCosmoAgeOfUniverse

Returns the time interval between a particular redshift and the beginning of the universe.

Parameters:
  • @z float --/D redshift
  • Returns AgeOfUniverse float --/D age of the universe --/U GYrs
    select dbo.fCosmoAgeOfUniverse(0.1)
    returns 12.4219588728802

    see also fCosmoLookBackTime and fCosmoTimeInterval
  • Input and output parameters

    nametypelengthinoutpnum
     float8input0
    @zfloat8input1