about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/numpy/array_api/_constants.py
blob: 15ab81d16d932e6c4b4351e54081c5e5301d38c1 (plain)
1
2
3
4
5
6
7
import numpy as np

e = np.e
inf = np.inf
nan = np.nan
pi = np.pi
newaxis = np.newaxis