src/lib.rs

branch
dev
changeset 67
95bb12bdb6ac
parent 63
7a8a55fd41c0
--- a/src/lib.rs	Thu Feb 26 13:05:07 2026 -0500
+++ b/src/lib.rs	Thu Mar 19 18:21:17 2026 -0500
@@ -9,8 +9,6 @@
 // Linear operators may be written e.g. as `opA`, to keep the capital letters of mathematical
 // convention while referring to the type (trait) of the operator as `A`.
 #![allow(non_snake_case)]
-// Need to create parse errors
-#![feature(dec2flt)]
 
 use alg_tools::error::DynResult;
 use alg_tools::parallelism::{set_max_threads, set_num_threads};

mercurial