>>> import math >>> help(math.tan) Help on built-in function tan in module math: tan(x, /) Return the tangent of x (measured in radians).