Fonction de module mathématique Tan () dans Python

>>> import math
>>> math.tan(math.pi/2)
1.633123935319537e+16
Outrageous Ostrich