Free Pascal compute evaluator (Developers)
> How good is yours in symbolic derivation?
>
> The main thing where mine is poor is:
> - no boolean logic
> - No real user functions.
Well, my parser has no advanced features like real user functions because I wrote it mainly for my own needs when I need to quickly compute some evaluation. Only rarely is it something more compicated than just +-/*
Mine parser has some limited support for operators like OR, XOR, AND, NOT
It is also supposed for repeating computing and making graphs so it can handle things like "+-" (for cases like "a+b" where for B will be substituted to f.e. -1)
---
DOS-u-akbar!
Complete thread:
- Free Pascal compute evaluator - marcov, 03.07.2008, 16:51 (Developers)
- Free Pascal compute evaluator - Laaca, 03.07.2008, 19:46
- Free Pascal compute evaluator - marcov, 04.07.2008, 22:12
- Free Pascal compute evaluator - Laaca, 05.07.2008, 09:34
- Free Pascal compute evaluator - marcov, 06.07.2008, 19:18
- Free Pascal compute evaluator - Laaca, 05.07.2008, 09:34
- Free Pascal compute evaluator - marcov, 04.07.2008, 22:12
- Free Pascal compute evaluator - Laaca, 03.07.2008, 19:46