pub fn tan(angle_rad: f64) -> f64
Returns the tangent of angle angle_rad in radians.
angle_rad
tan(deg_to_rad(45)) # Returns 1