mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 10:28:02 +00:00
7 lines
66 B
Python
7 lines
66 B
Python
import numpy as np
|
|
|
|
e = np.e
|
|
inf = np.inf
|
|
nan = np.nan
|
|
pi = np.pi
|