FreeBASIC  0.91.0
math_sgn.c File Reference
#include "fb.h"
Include dependency graph for math_sgn.c:

Go to the source code of this file.

Functions

FBCALL int fb_SGNb (char x)
 
FBCALL int fb_SGNi (int x)
 
FBCALL int fb_SGNl (long long int x)
 
FBCALL int fb_SGNSingle (float x)
 
FBCALL int fb_SGNDouble (double x)
 

Function Documentation

FBCALL int fb_SGNb ( char  x)

Definition at line 7 of file math_sgn.c.

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_SGNi ( int  x)

Definition at line 18 of file math_sgn.c.

FBCALL int fb_SGNl ( long long int  x)

Definition at line 29 of file math_sgn.c.

FBCALL int fb_SGNSingle ( float  x)

Definition at line 40 of file math_sgn.c.

Here is the caller graph for this function: