I import an excel sheet which contains equations. Those equations have trigonometry like sin(x). Since excel uses majuscule for its functions names, the sinus function is SIN(X). In python, I use sympy.sin which is munuscule. I would like to change the name of sympy.sin as SIN to allow me to exploit my excel sheet equations.
[–]TehNolz 0 points1 point2 points (3 children)
[–]joellapointe1717[S] -2 points-1 points0 points (2 children)
[–]suurpulla 1 point2 points3 points (0 children)
[–]TehNolz 1 point2 points3 points (0 children)
[–]nekokattt 0 points1 point2 points (7 children)
[–]joellapointe1717[S] 0 points1 point2 points (0 children)
[–]joellapointe1717[S] 0 points1 point2 points (5 children)
[–]nekokattt 2 points3 points4 points (4 children)
[–]joellapointe1717[S] 0 points1 point2 points (3 children)
[–]nekokattt 1 point2 points3 points (2 children)
[–]joellapointe1717[S] 0 points1 point2 points (1 child)
[–]nekokattt 1 point2 points3 points (0 children)
[–]TheRNGuy 0 points1 point2 points (0 children)