prog8/compiler/res/prog8lib/virtual/math.p8
2022-04-11 20:55:06 +02:00

8 lines
239 B
Lua

; Internal Math library routines - always included by the compiler
;
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
math {
; required by the compiler, but the vm implements all math operations as instructions.
}