tan
tan(x)
Compute the tangent of x in radians.
Try it yourself:
$1 | tan(0.5)
| |
$2 | sin(0.5) / cos(0.5)
| |
$3 | tan(pi / 4)
| |
$4 | tan(45 deg)
|
Compute the tangent of x in radians.
Try it yourself:
$1 | tan(0.5)
| |
$2 | sin(0.5) / cos(0.5)
| |
$3 | tan(pi / 4)
| |
$4 | tan(45 deg)
|