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