Learn R Programming

boostmath (version 1.4.0)

constants: Boost Math Constants

Description

Provides access to mathematical constants used in the Boost Math library.

Usage

constants(constant = NULL)

Value

Requested constant value if constant is specified, otherwise a list of all available constants.

Arguments

constant

A string specifying the name of the constant to retrieve. If NULL, returns a list of all constants (see documentation below for full list).

See Also

Boost Documentation for more details on the constants.

Examples

Run this code
constants()

Run the code above in your browser using DataLab