savage_core 0.2.0

A primitive computer algebra system (library)
Documentation
// 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;