FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
fb_math.h
Go to the documentation of this file.
1
FBCALL
double
fb_Rnd
(
float
n );
2
FBCALL
void
fb_Randomize
(
double
seed,
int
algorithm );
3
FBCALL
int
fb_SGNSingle
(
float
x );
4
FBCALL
int
fb_SGNDouble
(
double
x );
5
FBCALL
float
fb_FIXSingle
(
float
x );
6
FBCALL
double
fb_FIXDouble
(
double
x );
7
8
FBCALL
double
fb_CVDFROMLONGINT
(
long
long
l
);
9
FBCALL
float
fb_CVSFROML
(
int
l
);
10
FBCALL
int
fb_CVLFROMS
(
float
f
);
11
FBCALL
long
long
fb_CVLONGINTFROMD
(
double
d );
rtlib
fb_math.h
Generated on Thu Jan 23 2014 19:40:11 for FreeBASIC by
1.8.4