JCL Help:RadToDeg@Double

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts an angle from radians to degrees.


Pascal

 function RadToDeg(const Radians: Float): Float;
function RadToDeg(const Value: Extended): Extended; overload;
function RadToDeg(const Value: Double): Double; overload;
function RadToDeg(const Value: Single): Single; overload;


Parameters

Parameters Description
const Radians: Float The angle, in radians, to convert to degrees.


Return Value

The angle after conversion to degrees.


Description

The RadToDeg routine converts the specified angle, in radians, to the corresponding angle in degrees.


About

Unit

JclMath


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page