quantrs2-symengine-pure 0.1.3

Pure Rust symbolic mathematics for quantum computing - a replacement for C++-based symengine
Documentation
1
2
3
4
5
6
//! Mathematical operations for symbolic expressions.
//!
//! This module provides transcendental and other mathematical functions.

pub mod complex;
pub mod trig;