#include <stddef.h>
#include <math.h>
#include <stdlib.h>
Go to the source code of this file.
|
static long | lrint (double x) |
static long | lrintf (float x) |
static long long | llrint (double x) |
static long long | llrintf (float x) |
static double | rint (double x) |
static float | rintf (float x) |
static long int | random (void) |
static void | srandom (unsigned int seed) |
◆ INFINITY
#define INFINITY HUGE_VAL |
◆ inline
◆ ssize_t
◆ llrint()
long long llrint |
( |
double | x | ) |
|
|
inlinestatic |
◆ llrintf()
long long llrintf |
( |
float | x | ) |
|
|
inlinestatic |
◆ lrint()
◆ lrintf()
◆ random()
◆ rint()
◆ rintf()
◆ srandom()
void srandom |
( |
unsigned int | seed | ) |
|
|
inlinestatic |