$Tan
From UBot Studio
This function is an Extended Math function in the UBot Extended Library. This command calculates the tangent of a number.
Number: The number being calculated. Can also be a variable, list item, table or the eval function.
Example
alert($tan(10))
Running the command will run an alert that brings up the calculated tangent for the value 10, which is 0.64836082745.