File: README

package info (click to toggle)
scalc 0.2.4-4.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,724 kB
  • ctags: 826
  • sloc: sh: 10,131; cpp: 1,580; makefile: 34
file content (21 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SCalc, copyright (c) 2006 by Vincent Fourmond, a C++/Ruby library for mathematical expressions 
evalutation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details (in the COPYING file).

This directory contains a sketch for a parser and interpreter for mathematical expressions. It should 
provide, with time:

  * normal expressions, with variables and arbitrary functions;
  * hopefully fast evaluation;
  * derivation (to a certain extent if expression contains user-defined functions)