#include <float.h>
Inherits impulse::Frame.
Public Member Functions | |
Float () | |
void | initSlots () |
string | inspect () |
double | abs (double value) |
Protected Member Functions | |
Value | _add_ (Array &args, Value self) |
Value | _sub_ (Array &args, Value self) |
Value | _mul_ (Array &args, Value self) |
Value | _div_ (Array &args, Value self) |
Value | _add_nil (Array &args, Value self) |
Value | _sin (Array &args, Value self) |
Value | _cos (Array &args, Value self) |
Value | _pow_ (Array &args, Value self) |
Value | _abs (Array &args, Value self) |
Friends | |
class | FloatTest |
It contains methods for arithmetic, trigenometry and other common numerical functions.
impulse::Float::Float | ( | ) | [inline] |
void impulse::Float::initSlots | ( | ) | [inline, virtual] |
Reimplemented from impulse::Frame.
string impulse::Float::inspect | ( | ) | [inline, virtual] |
Reimplemented from impulse::Frame.
double impulse::Float::abs | ( | double | value | ) |
friend class FloatTest [friend] |