mhaupt / basicode

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

fix LOG, add EXP #15

Open mhaupt opened 8 months ago

mhaupt commented 8 months ago

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

EXP is required in BASICODE 3.