FQL v4 will be decommissioned on June 30, 2025. Ensure that you complete your migration from FQL v4 to FQL v10 by that date. For more details, review the migration guide. Contact support@fauna.com with any questions. |
Acos
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Acos( value )
acos( value )
Acos( value )
Acos( value )
Acos( value )
Description
The Acos
function is a trigonometric function which calculates
ratios of the lengths of the sides of right triangles. Acos
returns the arc cosine of a number.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Number |
The Number whose arc cosine should be returned. |
Examples
The following query returns the arc cosine of 0.5:
1.0471975511965979
1.0471975511965979
1.0471975511965979
DoubleV(1.0471975511965979)
1.0471975511965979
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!