Static Public Member Functions | List of all members
Math< eT > Class Template Reference

#include <constants.hpp>

Static Public Member Functions

static eT e ()
 base of the natural logarithm More...
 
static eT eps ()
 the difference between 1 and the least value greater than 1 that is representable More...
 
static eT euler ()
 Euler's constant, aka Euler-Mascheroni constant. More...
 
static eT gratio ()
 golden ratio More...
 
static eT inf ()
 infinity More...
 
static eT log_max ()
 log of the maximum representable value More...
 
static eT log_min ()
 log of the minimum representable value More...
 
static eT nan ()
 "not a number" More...
 
static eT pi ()
 ratio of any circle's circumference to its diameter More...
 
static eT sqrt2 ()
 square root of 2 More...
 

Detailed Description

template<typename eT>
class Math< eT >

Definition at line 113 of file constants.hpp.

Member Function Documentation

template<typename eT >
static eT Math< eT >::e ( )
inlinestatic

base of the natural logarithm

Definition at line 124 of file constants.hpp.

template<typename eT >
static eT Math< eT >::eps ( )
inlinestatic

the difference between 1 and the least value greater than 1 that is representable

Definition at line 136 of file constants.hpp.

template<typename eT >
static eT Math< eT >::euler ( )
inlinestatic

Euler's constant, aka Euler-Mascheroni constant.

Definition at line 127 of file constants.hpp.

template<typename eT >
static eT Math< eT >::gratio ( )
inlinestatic

golden ratio

Definition at line 130 of file constants.hpp.

template<typename eT >
static eT Math< eT >::inf ( )
inlinestatic

infinity

Definition at line 148 of file constants.hpp.

template<typename eT >
static eT Math< eT >::log_max ( )
inlinestatic

log of the maximum representable value

Definition at line 142 of file constants.hpp.

template<typename eT >
static eT Math< eT >::log_min ( )
inlinestatic

log of the minimum representable value

Definition at line 139 of file constants.hpp.

template<typename eT >
static eT Math< eT >::nan ( )
inlinestatic

"not a number"

Definition at line 145 of file constants.hpp.

template<typename eT >
static eT Math< eT >::pi ( )
inlinestatic

ratio of any circle's circumference to its diameter

Definition at line 121 of file constants.hpp.

template<typename eT >
static eT Math< eT >::sqrt2 ( )
inlinestatic

square root of 2

Definition at line 133 of file constants.hpp.


The documentation for this class was generated from the following file:


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00