Port of the Eigenmath symbolic calculus engine on the Casio fx-9860GII / Graph *5 calculators.
Go to file
Némo f31d1ebbc8 Some useless files removed 2017-02-10 22:44:20 +01:00
include Some useless files removed 2017-02-10 22:44:20 +01:00
lib First attempt to clean stuff ; highly not working yet… 2017-02-10 22:31:11 +01:00
ressources Add of the FMenus, working with a cfg file 2015-02-03 22:56:09 +01:00
src Some useless files removed 2017-02-10 22:44:20 +01:00
tex First attempt to clean stuff ; highly not working yet… 2017-02-10 22:31:11 +01:00
.gitignore Gitignore update 2015-04-17 19:11:25 +02:00
LICENSE Add license 2016-07-07 00:25:03 +02:00
MainIcon.bmp Initial commit - from Mike's work 2015-01-27 21:13:27 +01:00
Makefile First attempt to clean stuff ; highly not working yet… 2017-02-10 22:31:11 +01:00
README.md Add Readme 2016-07-07 00:47:35 +02:00
eActivityIcon.bmp Initial commit - from Mike's work 2015-01-27 21:13:27 +01:00
syscalls_.src Fixing a bug of the cursor on the OS > 2.00 2015-02-06 18:36:34 +01:00

README.md

Eigenmath

This program is a fork of the port of the Eigenmath symbolic calculus engine, initiated by the CnCalc community. This program is intended to run on the Casio fx-9860GII / Graph *5 monochrome calculators.

Building the program

The code is, as it, only buildable using a modified version of the S.D.K. provided by Casio, in order to support a certain 64 bits based number implementation. I'm not sure if I'm allowed to publish such stuff publicly, but be sure to contact me if you need any help to build it. A GCC based build process is actually thought about, but remains quite hard to set up, because of the relative mess of the actual code…

Library used

The LePhenixNoir's Memory library The LePhenixNoir's Tex rendering engine he uses on his WebCalc program.