constants: Boost Math Constants

View source: R/constants.R

constantsR Documentation

Boost Math Constants

Description

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

Usage

constants(constant = NULL)

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).

Value

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

See Also

Boost Documentation for more details on the constants.

Examples

constants()

boostmath documentation built on Dec. 15, 2025, 5:07 p.m.