HDK
|
#include "SYS_API.h"
#include "SYS_Types.h"
#include <float.h>
#include <limits>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | srand48(X) static_assert(0, "Use SYSsrand48() instead") |
#define | drand48(X) 0; { static_assert(0, "Use SYSdrand48() instead"); } |
#define | SYSmax(a, b) ((a) > (b) ? (a) : (b)) |
#define | SYSmin(a, b) ((a) < (b) ? (a) : (b)) |
#define | SYSabs(a) ((a) < 0 ? (a) : -(a)) |
#define drand48 | ( | X | ) | 0; { static_assert(0, "Use SYSdrand48() instead"); } |
Definition at line 161 of file SYS_Math.h.
#define srand48 | ( | X | ) | static_assert(0, "Use SYSsrand48() instead") |
Definition at line 160 of file SYS_Math.h.
Definition at line 1515 of file SYS_Math.h.
Definition at line 1513 of file SYS_Math.h.
Definition at line 1514 of file SYS_Math.h.
SYS_API double SYSdrand48 | ( | ) |
|
inline |
Check whether a number is finite. That is, not Nan and not infinity.
Definition at line 194 of file SYS_Math.h.
|
inline |
Check whether a number is finite. That is, not Nan and not infinity.
Definition at line 195 of file SYS_Math.h.
|
inline |
Check whether a number is finite. That is, not Nan and not infinity.
Definition at line 196 of file SYS_Math.h.
|
inline |
Check whether a number is finite. That is, not Nan and not infinity.
Definition at line 197 of file SYS_Math.h.
|
inline |
Check whether a number is finite. That is, not Nan and not infinity.
Definition at line 198 of file SYS_Math.h.
|
inline |
Definition at line 178 of file SYS_Math.h.
Definition at line 185 of file SYS_Math.h.
SYSisNan() checks whether the string represents a non-finite number.
Definition at line 170 of file SYS_Math.h.