_constants.py 66 B

123456
  1. import numpy as np
  2. e = np.e
  3. inf = np.inf
  4. nan = np.nan
  5. pi = np.pi