cst: Scientific constants

Description Usage Format Value Author(s) Examples

Description

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

Usage

1

Format

An object of class list of length 22.

Value

None

Author(s)

Danail Obreschkow

Examples

1
2
# print all the constants to console
for (i in seq(length(cst))) cat(sprintf('%6s = %.12e\n',names(cst)[i],cst[i]))

physx documentation built on Feb. 3, 2022, 5:08 p.m.

Related to cst in physx...