I'd like to calculate the value of the cosine of 52 degrees. The following fails:
lam = 52 * sage.units.degree
cos(lam)
How should I do it correctly?
1 | initial version |
I'd like to calculate the value of the cosine of 52 degrees. The following fails:
lam = 52 * sage.units.degree
cos(lam)
How should I do it correctly?