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. |
Degrees
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Degrees( value )
degrees( value )
Degrees( value )
Degrees( value )
Degrees( value )
Description
The Degrees
function converts a specified number from radians to
degrees. The value
argument is an angle measured in radians, which is
converted to an approximate angle measured in degrees.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
Number |
A Number representing an angle in radians that should be converted to degrees. |
Examples
The following query takes 0.5 radians and converts it to degrees:
28.64788975654116
28.64788975654116
28.64788975654116
DoubleV(28.64788975654116)
28.64788975654116
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!