blob: b18e1201f7bf77ac05d3b1609d8d22e7034670be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//
// simple `cosmology calculator'
// can calc commonly used cosmology distances:
// hubble distance
// comoving distance
// transverse comoving distance
// angular diameter distance
// luminoisity distance
// light-travel distance
// in addition, this calculator also calc some other
// useful infomation related with Chandra
//
// Junhua Gu
// LIweitiaNux <liweitianux@gmail.com>
//
// Version 2.0
//
// Last Modified:
// August 12, 2012
//
|