Crate nexsys

Source

Modules§

errors
Different errors specific to Nexsys implementations of algorithms.
ffi
Provides extern "C" functions for use in other programming languages. Not intended for use in other Rust projects.
parsing
Provides tools for parsing text prior to passing to the equation solving engine.
units
Provides data sets of common units and functions for converting between them.

Functions§

basic_solve
Solves a system of equations in plain-text format. For more supported syntax, see solve_with_preprocessors
solve_with_preprocessors
Solves a system of equations with additional syntax used to indicate unit conversions, constant known values, nicer if statements, and more.