Tan
Not available in this language yet.
Tan( value )
Tan( value )
Tan( value )
Not available in this language yet.
Not available in this language yet.
Not available in this language yet.
Tan( value )
Description
A trigonometric function that returns the tangent of a number, which is the ratio of the side opposite to an acute angle in a right triangle to the side adjacent.
Examples
The query in the following example returns the tangent of 1.5:
System.out.println(
client.query(
Tan(Value(1.5))
).get());
14.101419947171719
Was this article helpful?
We're sorry to hear that.
Tell us how we can improve!
documentation@fauna.com
Thank you for your feedback!