g4tools  5.4.0
Namespaces | Macros | Functions
mathf File Reference
#include <cmath>
Include dependency graph for mathf:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 

Macros

#define tools_mathf
 

Functions

float tools::fpi ()
 
float tools::ftwo_pi ()
 
float tools::fhalf_pi ()
 
float tools::fdeg2rad ()
 
float tools::frad2deg ()
 
int tools::fround (const float &a_x)
 
float tools::fstep (const float &a_x)
 
float tools::fcos (const float &x)
 
float tools::fsin (const float &x)
 
float tools::facos (const float &x)
 
float tools::fasin (const float &x)
 
float tools::ftan (const float &x)
 
float tools::fatan (const float &x)
 
float tools::fatan2 (const float &x, const float &y)
 
float tools::fsqrt (const float &x)
 
float tools::fpow (const float &x, const float &y)
 
float tools::fexp (const float &x)
 
float tools::flog (const float &x)
 
float tools::flog10 (const float &x)
 
float tools::ffloor (const float &x)
 
float tools::fceil (const float &x)
 
float tools::fcosh (const float &x)
 
float tools::fsinh (const float &x)
 
float tools::ffabs (const float &x)
 

Macro Definition Documentation

◆ tools_mathf

#define tools_mathf

Definition at line 5 of file mathf.