|  | Qore Programming Language Reference Manual
    0.9.3.2
    | 
| Variables | |
| const | Qore::MAXINT = LLONG_MAX | 
| largest integer  More... | |
| const | Qore::MININT = qore(QoreValue(-LLONG_MAX - 1)) | 
| smallest integer  More... | |
| const | Qore::M_PI = 3.14159265358979323846 | 
| PI (floating-point) | |
| const | Qore::M_PIn = qore(pi_number()) | 
| PI (arbitrary-precision numeric)  More... | |
Math constants
| const Qore::M_PIn = qore(pi_number()) | 
PI (arbitrary-precision numeric)
| const Qore::MAXINT = LLONG_MAX | 
largest integer
| const Qore::MININT = qore(QoreValue(-LLONG_MAX - 1)) | 
smallest integer