58 float abs(softfloat f);
201 float atan2(softfloat y, softfloat x);
266 int ceil(
int num,
int prec = 0);
289 float ceil(softfloat num,
int prec = 0);
349 int compare(
float n1,
float n2,
float epsilon);
578 float floor(softfloat f,
int prec = 0);
640 float hypot(softfloat x, softfloat y);
817 float pow(softfloat x = 0.0, softfloat y = 0.0);
836 int round(softint num,
int prec = 0);
860 float round(softfloat num,
int prec = 0);
1092 const MININT = qore(QoreValue(-LLONG_MAX - 1));
1094 const M_PI = 3.14159265358979323846;
const M_PIn
PI (arbitrary-precision numeric)
Definition: ql_math.dox.h:1098
const MAXINT
largest integer
Definition: ql_math.dox.h:1088
const MININT
smallest integer
Definition: ql_math.dox.h:1092
const M_PI
PI (floating-point)
Definition: ql_math.dox.h:1094
number atan(number n)
Returns the value in radians of the arc tangent of the given value.
number log10(number n)
Returns the base 10 logarithm of the given number.
number nlog(number n)
Returns the natural logarithm of the given value.
int compare(number n1, number n2, number epsilon)
Compares numbers with a given epsilon.
number cos(number n)
Returns the cosine of the number in radians passed.
number sqrt(number n)
Returns the square root of the number passed.
int abs(int i)
Returns the absolute value of the argument passed.
number cbrt(number n)
Returns the cube root of the number passed.
number acos(number n)
Returns the value in radians of the arc cosine of the given value.
float logb(softfloat f)
Returns the exponent of the given number.
number tanh(number n)
Returns the hyperbolic tangent of the given value.
number tan(number n)
Returns the tangent of the number in radians passed.
number cosh(number n)
Returns the hyperbolic cosine of the given value.
number log1p(number n)
Returns the natural logarithm of 1 + the given number.
int round(softint num, int prec=0)
Returns the multiple of -prec-th power of 10 that is closest to num (numbers halfway between two such...
number exp2(number n)
Returns the value of 2 raised to the power of the given number.
int ceil(int num, int prec=0)
Returns the smallest multiple of -prec-th power of 10 that is greater than or equal to num....
number hypot(number x, number y)
Returns the length of the hypotenuse of a right-angle triangle with sides given as the two arguments.
number sinh(number n)
Returns the hyperbolic sine of the given value.
number sin(number n)
Returns the sine of the number in radians passed.
number expm1(number n)
Returns the value of e (the base of natural logarithms) raised to the power of the given number - 1.
number exp(number n)
Returns the value of e (the base of natural logarithms) raised to the power of the given number.
int floor(int num, int prec=0)
Returns the largest multiple of -prec-th power of 10 that is less than or equal to num....
number asin(number n)
Returns the value in radians of the arc sine of the given value.
number atan2(number y, number x)
Returns the principal value of the arc tangent of y/x, using the signs of the two arguments to determ...
number pow(number x, number y)
Returns a number raised to the power of another number.
number number(softnumber n)
Converts the argument to a number value.
Qore namespace.
Definition: QC_AbstractBidirectionalIterator.dox.h:2