tan({n})

Returns the tan value of radians value {n}. {n} can be any real number in the range of -1e308 <= {n} <= 1e308. If null is passed as an argument, tan() returns null.

tan({n}) takes the following syntax.

This example takes the tan of 90 degrees.

tanValue
163312