HyperWorks Tools

::hwat::math::RadiansToDegrees

::hwat::math::RadiansToDegrees

Previous topic Next topic No expanding text in this topic  

::hwat::math::RadiansToDegrees

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::math::RadiansToDegrees - Converts an angle from radians to degrees.

 

SYNTAX

::hwat::math::RadiansToDegrees angle

 

ARGUMENTS

angle

The angle to convert.

 

RETURNS

The angles in degrees if successful, error if unsuccessful.

 

EXAMPLE

::hwat::utils::RadiansToDegrees 1.0456

 

See also

::hwat::math::DegreesToRadians

Math Functions