default numba (use with care)

This commit is contained in:
Quaternions 2024-09-12 12:16:41 -07:00
parent 5646bd3b5a
commit 10e56fb0b9

View File

@ -1,6 +1,6 @@
use bnum::{BInt,cast::As};
#[derive(Clone,Copy,Debug,Hash)]
#[derive(Clone,Copy,Debug,Default,Hash)]
/// A Fixed point number for which multiply operations widen the bits in the output. (when the wide-mul feature is enabled)
/// N is the number of u64s to use
/// F is the number of fractional bits (always N*32 lol)