Learn R Programming

cooltools (version 2.4)

cst: Scientific constants

Description

The list cst contains useful scientific constants in SI units, mainly for astrophysics.

Usage

cst

Arguments

Value

None

Format

An object of class list of length 22.

Author

Danail Obreschkow

Examples

Run this code
# 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