FreeBASIC  0.91.0
fb_math.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL float fb_FIXSingle ( float  x)

Definition at line 7 of file math_fix.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void fb_Randomize ( double  seed,
int  algorithm 
)

Definition at line 189 of file math_rnd.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL double fb_Rnd ( float  n)

Definition at line 183 of file math_rnd.c.

Here is the caller graph for this function:

FBCALL int fb_SGNDouble ( double  x)

Definition at line 51 of file math_sgn.c.

Here is the caller graph for this function:

FBCALL int fb_SGNSingle ( float  x)

Definition at line 40 of file math_sgn.c.

Here is the caller graph for this function: