CSS types.atan2() Function
The inverse tangent of two values between -infinity and infinity is returned by the trigonometric atan2() CSS function. The function returns the number of radians representing an angle between -180deg and 180deg and takes two arguments. Syntax: /* numeric values */ transform: rotate(atan2(5, 1)); /*