potion
0.2
|
Either a PN_INT immediate object (no struct) 0x...1 Integer: 31bit/63bit shifted off the last 1 bit or a PNDouble double. More...
#include <potion.h>
Public Member Functions | |
PN | potion_num_rand (Potion *P, PN cl, PN self) |
static PN | potion_int_add (Potion *P, PN cl, PN self, PN num) |
static PN | potion_int_sub (Potion *P, PN cl, PN self, PN num) |
static PN | potion_int_mult (Potion *P, PN cl, PN self, PN num) |
static PN | potion_int_div (Potion *P, PN cl, PN self, PN num) |
static PN | potion_int_bitn (Potion *P, PN cl, PN self) |
static PN | potion_int_bitl (Potion *P, PN cl, PN self, PN num) |
static PN | potion_int_bitr (Potion *P, PN cl, PN self, PN num) |
PN | potion_int_string (Potion *P, PN cl, PN self) |
static PN | potion_int_abs (Potion *P, PN cl, PN self) |
static PN | potion_int_cmp (Potion *P, PN cl, PN self, PN n) |
Either a PN_INT immediate object (no struct) 0x...1 Integer: 31bit/63bit shifted off the last 1 bit or a PNDouble double.
"rand" generate random float number
Definition at line 182 of file mt19937ar.c.
"cmp" a number to a value. casts argument n to a number
n | PN number compared to |