powered by
The list cst contains useful scientific constants in SI units, mainly for astrophysics.
cst
None
An object of class list of length 22.
list
# NOT RUN { # print all the constants to console for (i in seq(length(cst))) cat(sprintf('%6s = %.12e\n',names(cst)[i],cst[i])) # }
Run the code above in your browser using DataLab