7 lines
68 B
Python
7 lines
68 B
Python
import numpy as np
|
|
|
|
CONSTANTS = {
|
|
"e": np.e,
|
|
"pi": np.pi,
|
|
}
|