Mathematikmodul sin () Funktion in Python
>>> import math
>>> math.sin(math.pi/2)
1.0
Outrageous Ostrich
>>> import math
>>> math.sin(math.pi/2)
1.0