FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
FBCALL double | fb_Rnd (float n) |
FBCALL void | fb_Randomize (double seed, int algorithm) |
FBCALL int | fb_SGNSingle (float x) |
FBCALL int | fb_SGNDouble (double x) |
FBCALL float | fb_FIXSingle (float x) |
FBCALL double | fb_FIXDouble (double x) |
FBCALL double | fb_CVDFROMLONGINT (long long l) |
FBCALL float | fb_CVSFROML (int l) |
FBCALL int | fb_CVLFROMS (float f) |
FBCALL long long | fb_CVLONGINTFROMD (double d) |
FBCALL double fb_CVDFROMLONGINT | ( | long long | l) |
Definition at line 19 of file math_cvn.c.
FBCALL int fb_CVLFROMS | ( | float | f) |
Definition at line 29 of file math_cvn.c.
FBCALL long long fb_CVLONGINTFROMD | ( | double | d) |
Definition at line 34 of file math_cvn.c.
FBCALL float fb_CVSFROML | ( | int | l) |
Definition at line 24 of file math_cvn.c.
FBCALL double fb_FIXDouble | ( | double | x) |
Definition at line 16 of file math_fix.c.
FBCALL float fb_FIXSingle | ( | float | x) |
Definition at line 7 of file math_fix.c.
FBCALL void fb_Randomize | ( | double | seed, |
int | algorithm | ||
) |
Definition at line 189 of file math_rnd.c.
FBCALL double fb_Rnd | ( | float | n) |
FBCALL int fb_SGNDouble | ( | double | x) |
FBCALL int fb_SGNSingle | ( | float | x) |