diff options
Diffstat (limited to 'numpy/array_api/_constants.py')
-rw-r--r-- | numpy/array_api/_constants.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/array_api/_constants.py b/numpy/array_api/_constants.py new file mode 100644 index 000000000..9541941e7 --- /dev/null +++ b/numpy/array_api/_constants.py @@ -0,0 +1,6 @@ +import numpy as np + +e = np.e +inf = np.inf +nan = np.nan +pi = np.pi |