File size: 132 Bytes
9425aed | 1 2 3 4 5 6 7 8 | test :: Double
test =
let m_sun = 1.989e30
G = 6.674e-11
c = 299792458.0
rs = 2.0 * G * m_sun / (c * c)
in rs
|
9425aed | 1 2 3 4 5 6 7 8 | test :: Double
test =
let m_sun = 1.989e30
G = 6.674e-11
c = 299792458.0
rs = 2.0 * G * m_sun / (c * c)
in rs
|