#include <cmath>
Go to the source code of this file.
template<int DEGREE>
float approx_asin_P |
( |
float |
z | ) |
|
|
inline |
Definition at line 26 of file approx_asin.h.
References f, and detailsBasic3DVector::z.
27 return 1.f +
z * (0.1668075025081634521484375f +
z * (7.20207393169403076171875e-2
f +
z * (6.607978045940399169921875e-2
f +
z * ((-3.6048568785190582275390625e-2
f) +
z * 0.10574872791767120361328125
f))));
Definition at line 22 of file approx_asin.h.
References f, and detailsBasic3DVector::z.
23 return 1.f +
z * (0.166020572185516357421875f +
z * (8.44048559665679931640625e-2
f +
z * (1.11602735705673694610595703125e-3
f +
z * 0.103476583957672119140625f)));
template<int DEGREE>
float unsafe_acos |
( |
float |
x | ) |
|
|
inline |
template<int DEGREE>
float unsafe_acos07 |
( |
float |
x | ) |
|
|
inline |
template<int DEGREE>
float unsafe_acos71 |
( |
float |
x | ) |
|
|
inline |
template<int DEGREE>
float unsafe_asin |
( |
float |
x | ) |
|
|
inline |
template<int DEGREE>
float unsafe_asin07 |
( |
float |
x | ) |
|
|
inline |
template<int DEGREE>
float unsafe_asin71 |
( |
float |
x | ) |
|
|
inline |