savage_core 0.2.0

A primitive computer algebra system (library)
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (C) 2021-2022  Philipp Emanuel Weidmann <pew@worldwidemann.com>

mod evaluate;
pub mod expression;
pub mod functions;
pub mod helpers;
pub mod parse;
mod print;
mod simplify;