Minutes Function

Converts the angle specified into degrees, minutes, and seconds and returns the minutes, as an integer. Equivalent to int(60*frac(abs(angle))).

Syntax

Minutes (angle)

where angle specifies the angle you want to convert.

Example

PRINT "Minutes 44:30:10.5678 = ", MINUTES(44:30:10.5678)

Result: Minutes 44:30:10.5678 = 30.0000