- Feb 06, 2025
-
-
Maxime Jacquemin authored
- Using Q.mul_2exp for pow2 - Simpler and correct implementation for log2 - Declaring the ten constant only once
-
Maxime Jacquemin authored
- Add a Rational module that implements a field over rationals. - Add rationals to Datatype - Move field, nat, finite and linear into libraries/arithmetic - Update linear_filter_test to use the Rational module - Update oracles
-