tan
Calculate the tangent of an angle
Syntax
y = tan[radians]
y = tan[degrees]
Attributes
radians- the angle in radiansdegrees- the angle in degrees
Description
y = tan[degrees] calculates the tangent of an input in degrees.
y = tan[radians] calculates the tangent of an input in radians.
tan operates element-wise on its inputs.
Examples
match
y = tan[degrees: 90]
bind @browser
[#div text: y]