DART  6.6.2
dart::math::constants< T > Struct Template Reference

#include <Constants.hpp>

Static Public Member Functions

static constexpr T pi ()
 
static constexpr T two_pi ()
 
static constexpr T half_pi ()
 
static constexpr T pi_sqr ()
 
static constexpr T phi ()
 The golden ratio. More...
 
static constexpr T inf ()
 

Member Function Documentation

◆ half_pi()

template<typename T >
static constexpr T dart::math::constants< T >::half_pi ( )
inlinestaticconstexpr

◆ inf()

template<typename T >
static constexpr T dart::math::constants< T >::inf ( )
inlinestaticconstexpr

◆ phi()

template<typename T >
static constexpr T dart::math::constants< T >::phi ( )
inlinestaticconstexpr

The golden ratio.

◆ pi()

template<typename T >
static constexpr T dart::math::constants< T >::pi ( )
inlinestaticconstexpr

◆ pi_sqr()

template<typename T >
static constexpr T dart::math::constants< T >::pi_sqr ( )
inlinestaticconstexpr

◆ two_pi()

template<typename T >
static constexpr T dart::math::constants< T >::two_pi ( )
inlinestaticconstexpr