Skip to main content

Crate mathrc

Crate mathrc 

Source

Modules§

err

Structs§

Frac
Represents a rational number.
Func
Represents a mathematical function f(x).
Math
Mathematical utility type.
Matrix
A generic mathematical matrix.
PredicateSet
A set defined by a predicate.
Seq
A mathematical sequence.
Set
A simple mathematical set.
Vector
A generic mathematical vector.
Vector2d
A generic 2-dimensional vector.
Vector3d
A generic 3-dimensional vector.

Traits§

VectorOps
Common vector operations.

Functions§

sum
Computes the summation of a function over an integer range.