|
potion
0.2
|
doubles are floating point numbers stored as binary data. More...
#include <potion.h>
Public Member Functions | |
| static PN | potion_dbl_add (Potion *P, PN cl, PN self, PN num) |
| static PN | potion_dbl_sub (Potion *P, PN cl, PN self, PN num) |
| static PN | potion_dbl_mult (Potion *P, PN cl, PN self, PN num) |
| static PN | potion_dbl_div (Potion *P, PN cl, PN self, PN num) |
| PN | potion_dbl_string (Potion *P, PN cl, PN self) |
| static PN | potion_dbl_abs (Potion *P, PN cl, PN self) |
| static PN | potion_dbl_cmp (Potion *P, PN cl, PN self, PN n) |
Data Fields | |
| PN_OBJECT_HEADER | |
| PNType vt; PNUniq uniq. More... | |
| double | value |
doubles are floating point numbers stored as binary data.
immutable.