Converts a number from radians to degrees.
DEGREES( numeric-expression )
numeric-expression An angle in radians.
Returns the degrees of the angle given by numeric-expression.
DOUBLE
This function converts its argument to DOUBLE, AND performs the computation in double-precision floating point. If the parameter is NULL, the result is NULL.
SQL/2003 Vendor extension.
The following statement returns the value 29.79380534680281.
SELECT DEGREES( 0.52 ); |
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |