JX Application Framework
|
Functions | |
long | JRound (const double x) |
int | JSign (const double x) |
double | JASinh (const double x) |
double | JACosh (const double x) |
double | JATanh (const double x) |
long JRound | ( | const double | x | ) |
Returns long int nearest to x. Correctly truncates values to the allowed range for long ints.
int JSign | ( | const double | x | ) |
Returns +1, 0, -1 corresponding to the sign of the argument.