Module mathématique Cos () Fonction dans Python
>>> import math
>>> math.cos(math.pi/2)
6.123233995736766e-17
Outrageous Ostrich
>>> import math
>>> math.cos(math.pi/2)
6.123233995736766e-17