KmToNm Function

Converts kilometers to nautical miles (distance / 1.852).

Syntax

KmToNm (dist)

where dist is the distance in kilometers.

Example

DECLARE D_NM

D_NM = KMTONM(185.2)