Closed nurpax closed 5 years ago
This should work fine, but c64jasm tries to call intval:
intval
module.exports = { sintab: ({}, len, scale) => { const res = Array(len).fill(0).map((v,i) => Math.sin(i/len * Math.PI * 2.0) * scale); return res; }, intval: 32 }
This should work fine, but c64jasm tries to call
intval
: