Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,8 @@
|
|||
from sympy.core.symbol import symbols
|
||||
from sympy.functions.special.spherical_harmonics import Ynm
|
||||
|
||||
x, y = symbols('x,y')
|
||||
|
||||
|
||||
def timeit_Ynm_xy():
|
||||
Ynm(1, 1, x, y)
|
||||
Loading…
Add table
Add a link
Reference in a new issue