aboutsummaryrefslogtreecommitdiffstats
path: root/math/savage/pkg-descr
blob: 501b15d7f71d23e716a5bd6d0421726d80173c11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Savage is a new computer algebra system written from scratch in pure
Rust. Its goals are correctness, simplicity, and usability, in that
order.

Features:

 - Arbitrary-precision integer, rational, and complex arithmetic
 - Input, simplification, and evaluation of symbolic expressions
 - First-class support for vectors and matrices, with coefficients
   being arbitrary expressions
 - REPL with syntax and bracket highlighting, persistent history,
   and automatic multi-line input
 - Macro-based system for defining functions with metadata and
   automatic type checking
 - Usable as a library from any Rust program