cst | R Documentation |
The list cst
contains useful scientific constants in SI units, mainly for astrophysics.
cst
An object of class list
of length 22.
None
Danail Obreschkow
# print all the constants to console
for (i in seq(length(cst))) cat(sprintf('%6s = %.12e\n',names(cst)[i],cst[i]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.