Skip to main content
Version: 8.1

todegrees

This function is used by Ignition's Expression language.

Description​

Converts an angle measured in radians to an equivalent angle measured in degrees.

Syntax​

todegrees(number)

  • Parameters

    • Integer/Float number - The number radians
  • Results

    • Integer/Float - The degree equivalent of the radians provided.

Examples​

Code Snippet
todegrees(3.14) //returns 179.9088