degrees

Convert radians to degrees

Syntax

degrees(arith_expr)

Arguments

arith_expr An arithmetic expression.

Description

This function converts the value of the arith_expr result in radians to degrees.

Example

select degrees(pi()/4.0);
degrees(pi()/4.0)
45.00