Unit 'Math' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

DegNormalize

Normalize an angle measured in degrees.

Declaration

Source position: math.pp line 377

function DegNormalize(

  deg: single

):single;

function DegNormalize(

  deg: Double

):Double;

function DegNormalize(

  deg: extended

):extended;

Description

DegNormalize returns the angle deg as a positive angle between 0 and 360 degrees.


Documentation generated on: Jul 24 2023