0.0.20 • Published 2 years ago

exorbitant v0.0.20

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

exorbitant

Web calculator library

Example cli usage

  1. Open the demo link to run the exorbitant REPL on the WebAssembly.sh.
  2. Run the following example math expression:
    var a[15]:={1}; var b[8]; fir1(7,0.35,b); var c[22]; conv(a,b,c); print(c);

Example node usage

const {createExorbitantRuntime} = require('exorbitant');
(async () => {
    const exorbitant = await createExorbitantRuntime().createExorbitant({
        expression: 'var a[15]:={1}; var b[8]; fir1(7,0.35,b); var c[22]; conv(a,b,c); print(c);'
    });
    exorbitant.value();
})().catch(ex => {
    console.error(ex);
    process.exit(1);
});
0.0.20

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.15

3 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago