astro_nalgebra 0.1.1

Implementation of astro-float for nalgebra
Documentation
[dependencies.approx]
version = "^0.5"

[dependencies.astro-float]
default-features = false
version = "0.9.1"

[dependencies.nalgebra]
version = "0.32.3"

[dependencies.num-traits]
version = "^0.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0"

[dependencies.simba]
version = "^0.8"
[dev-dependencies.rand]
version = "0.8.5"

[features]
default = ["std", "random", "serde"]
random = ["astro-float/random"]
serde = ["dep:serde", "astro-float/serde"]
std = ["astro-float/std"]

[package]
authors = ["Benjamin Cates <thebenjicat@gmail.com>"]
categories = ["mathematics"]
description = "Implementation of astro-float for nalgebra"
edition = "2021"
keywords = ["bigfloat", "nalgebra", "arbitrary-precision", "numeric", "float"]
license = "MIT"
name = "astro_nalgebra"
readme = "README.md"
repository = "https://github.com/benjamin-cates/astro_nalgebra"
version = "0.1.1"