Skip to main content
Version: 7.9

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

    • int/float number - The number radians
  • Results

    • int/float - The degree equivalent of the radians provided.

Examples

Code Snippet
todegrees(3.14) //returns 179.9088