cst {cooltools} | R Documentation |
Scientific constants
Description
The list cst
contains useful scientific constants in SI units, mainly for astrophysics.
Usage
cst
Format
An object of class list
of length 22.
Value
None
Author(s)
Danail Obreschkow
Examples
# print all the constants to console
for (i in seq(length(cst))) cat(sprintf('%6s = %.12e\n',names(cst)[i],cst[i]))
[Package cooltools version 2.4 Index]