Javascript debugger Website design ↑
tan() returns the tangent of the arg parameter. The arg parameter is in radians.
The argument to process in radians
The tangent of arg
<?php echo tan(M_PI_4); // 1 ?>
Javascript debugger Website design