Project Alice
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | math |
Functions | |
constexpr float | math::internal_check (float x, float err, float lower, float upper) noexcept |
float | math::sin (float x) noexcept |
float | math::cos (float x) noexcept |
float | math::acos (float x) noexcept |
float | math::sqrt (float x) noexcept |
Variables | |
constexpr float | math::pi = 3.14159265358979323846f |