integrator 0.1.21

A math library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "integrator"
description = "A math library"
version = "0.1.21"
edition = "2021"
license-file = "LICENSE.txt"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]


[features]
default = ["high_precision"]
low_precision = []
high_precision = []