This apps lets you run Xcas on your NumWorks calculator.
Installing is rather easy:
- Download the latest
khicas.nwa
file from the Releases page - Get a Nwagra pill
- Head to my.numworks.com/apps to send the
nwa
file on your calculator
This programs uses four libraries:
Library | Version |
---|---|
gmp | 6.2.1 |
mpfr | 4.1.0 |
mpfi | 1.5.4 |
giac | 1.9.0-21 |
To build this sample app, you will need to install the embedded ARM toolchain and nwlink.
brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make clean && make build