prog8/compilerAst/res/prog8lib/math.p8

8 lines
183 B
Plaintext
Raw Normal View History

; Internal Math library routines - always included by the compiler
;
; Written by Irmen de Jong (irmen@razorvine.net) - license: GNU GPL 3.0
math {
%asminclude "library:math.asm"
}