mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

fix LOG, add EXP #15

Open mhaupt opened 10 months ago

mhaupt commented 10 months ago

LOG should compute the natural logarithm, but currently computes the logarithm for base 10.

EXP is required in BASICODE 3.