|
Honeycomb
0.1
Component-Model Framework
|
Defines 128-bit floating point operations and constants. More...
#include <Quad.h>


Public Types | |
| typedef Quad_ | DoubleType |
Public Types inherited from honey::RealBase< float128 > | |
| typedef float128 | Real |
Static Public Member Functions | |
| static float128 | abs (float128 x) |
| static float128 | ceil (float128 x) |
| static float128 | floor (float128 x) |
| static float128 | round (float128 x) |
| static float128 | trunc (float128 x) |
| static float128 | frac (float128 x) |
| static float128 | mod (float128 x, float128 y) |
| static float128 | sqrt (float128 x) |
| static float128 | exp (float128 x) |
| static float128 | pow (float128 x, float128 y) |
| static float128 | log (float128 x) |
| static float128 | sin (float128 x) |
| static float128 | asin (float128 x) |
| static float128 | cos (float128 x) |
| static float128 | acos (float128 x) |
| static float128 | tan (float128 x) |
| static float128 | atan (float128 x) |
| static float128 | atan2 (float128 y, float128 x) |
Static Public Attributes | |
| static const float128 | zero |
| static const float128 | smallest |
| static const float128 | epsilon |
| static const float128 | zeroTol |
| static const float128 | quarter |
| static const float128 | half |
| static const float128 | one |
| static const float128 | sqrtTwo |
| static const float128 | two |
| static const float128 | e |
| static const float128 | piEigth |
| static const float128 | piQuarter |
| static const float128 | piHalf |
| static const float128 | pi |
| static const float128 | piAndHalf |
| static const float128 | piTwo |
| static const float128 | max |
| static const float128 | inf |
| static const float128 | nan |
Defines 128-bit floating point operations and constants.
| typedef Quad_ honey::Quad_::DoubleType |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.10