mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7138104c3d
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 WWW: https://github.com/p-e-w/savage
18 lines
657 B
Plaintext
18 lines
657 B
Plaintext
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
|
|
|
|
WWW: https://github.com/p-e-w/savage
|