We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229afc4 commit 5822d2fCopy full SHA for 5822d2f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "single_algebra"
3
-version = "0.1.2-alpha.6"
+version = "0.1.2-alpha.7"
4
edition = "2021"
5
license-file = "LICENSE.md"
6
description = "A linear algebra convenience library for the single-rust library. Can be used externally as well."
src/lib.rs
@@ -9,3 +9,4 @@ pub use utils::FloatOps;
9
pub use utils::Normalize;
10
pub use utils::NumericNormalize;
11
pub use utils::NumericOps;
12
+pub use utils::Log1P;
0 commit comments