RadiansToDegrees¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | Takes a float value representing an angle in radians. | Float | ||
| Output ➡️ | Outputs a float value representing the input angle in degrees. | Float | 
This shard converts the input angle from radians to degrees. The conversion is done using the formula: degrees = radians * (180 / π).