Project Alice
Loading...
Searching...
No Matches
math Namespace Reference

Functions

constexpr float internal_check (float x, float err, float lower, float upper) noexcept
 
float sin (float x) noexcept
 
float cos (float x) noexcept
 
float acos (float x) noexcept
 
float sqrt (float x) noexcept
 

Variables

constexpr float pi = 3.14159265358979323846f
 

Function Documentation

◆ acos()

float math::acos ( float  x)
inlinenoexcept

Definition at line 53 of file math_fns.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cos()

float math::cos ( float  x)
inlinenoexcept

Definition at line 48 of file math_fns.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ internal_check()

constexpr float math::internal_check ( float  x,
float  err,
float  lower,
float  upper 
)
inlineconstexprnoexcept

Definition at line 11 of file math_fns.hpp.

Here is the caller graph for this function:

◆ sin()

float math::sin ( float  x)
inlinenoexcept

Definition at line 18 of file math_fns.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sqrt()

float math::sqrt ( float  x)
inlinenoexcept

Definition at line 70 of file math_fns.hpp.

Here is the caller graph for this function:

Variable Documentation

◆ pi

constexpr float math::pi = 3.14159265358979323846f
inlineconstexpr

Definition at line 9 of file math_fns.hpp.