FreeBASIC
0.91.0
|
#include "fb.h"
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) |
FBCALL int fb_SGNb | ( | char | x) |
Definition at line 7 of file math_sgn.c.
FBCALL int fb_SGNDouble | ( | double | x) |
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) |