radians

degrees


Summary

Convert a quantity in degrees to radians

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val ))
(    2 ($get/val 'degrees))
(    4 ($mul))
(    5 ($push/val 180.0))
(    7 ($div))
(    8 ($ret))