wfmath 1.0.3
A math library for the Worldforge system.
WFMath::numeric_constants< double > Struct Reference

Static Public Member Functions

static double pi ()
 
static double sqrt_pi ()
 
static double log_pi ()
 
static double sqrt2 ()
 
static double sqrt3 ()
 
static double log2 ()
 
static double epsilon ()
 

Detailed Description

Definition at line 110 of file const.h.

Member Function Documentation

◆ epsilon()

static double WFMath::numeric_constants< double >::epsilon ( )
inlinestatic

Definition at line 130 of file const.h.

◆ log2()

static double WFMath::numeric_constants< double >::log2 ( )
inlinestatic

Definition at line 127 of file const.h.

◆ log_pi()

static double WFMath::numeric_constants< double >::log_pi ( )
inlinestatic

Definition at line 118 of file const.h.

◆ pi()

static double WFMath::numeric_constants< double >::pi ( )
inlinestatic

Definition at line 112 of file const.h.

◆ sqrt2()

static double WFMath::numeric_constants< double >::sqrt2 ( )
inlinestatic

Definition at line 121 of file const.h.

◆ sqrt3()

static double WFMath::numeric_constants< double >::sqrt3 ( )
inlinestatic

Definition at line 124 of file const.h.

◆ sqrt_pi()

static double WFMath::numeric_constants< double >::sqrt_pi ( )
inlinestatic

Definition at line 115 of file const.h.


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