Learn R Programming

physx (version 1.0)

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.

Examples

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