next up previous

12.5.2.4 Convert From Grads to Degrees

The grad-deg function converts its only argument (which should be a numeric expression) from units of grads to units of degrees (360 degrees = 400 grads). The return value of this function is a float.

Syntax

(grad-deg <numeric-expression>)

Example

CLIPS> (grad-deg 100)
90.0
CLIPS>


next up previous