Constants
This module defines various mathematical constants.
Defined in header <Constants.hpp>.
Variables
-
const Complex INF
Real positive infinity \(\infty + 0i\). To obtain it as a real number, use
INF.real().
-
const Complex NINF
Real negative infinity \(-\infty + 0i\). To obtain it as a real number, use
NINF.real(). In this case, you may also use-INF.real().