JCL Help:DegToRad@Double

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts an angle from degrees to radians.


Pascal

 function DegToRad(const Degrees: Float): Float;
function DegToRad(const Value: Extended): Extended; overload;
function DegToRad(const Value: Double): Double; overload;
function DegToRad(const Value: Single): Single; overload;


Parameters

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


Return Value

The angle after conversion to radians.


Description

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


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