degToRad   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/bullet.xtm

Implementation

(bind-func degToRad
  (lambda (f:float)
    (* f (/ 3.141592 180.0))))


Back to Index