HyperWorks Tools

::hwat::math::DegreesToRadians

::hwat::math::DegreesToRadians

Previous topic Next topic No expanding text in this topic  

::hwat::math::DegreesToRadians

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

NAME

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

 

SYNTAX

::hwat::math::DegreesToRadians angle

 

ARGUMENTS

angle

The angle to convert.

 

RETURNS

The angle in radians if successful, error message if unsuccessful.

 

EXAMPLE

::hwat::math::DegreesToRadians 60.0

 

See also

::hwat::math::RadiansToDegrees

Math Functions