mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Introduce Fixed128 from ORML to sp_arithmetic (#5614)
* add fixed128 * fix build * re-export * fix test * saturating_pow * Update primitives/arithmetic/src/fixed128.rs Co-Authored-By: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
@@ -1096,7 +1096,7 @@ macro_rules! implement_per_thing {
|
||||
<$type>::max_value(),
|
||||
super::Rounding::Nearest,
|
||||
),
|
||||
(<$type>::max_value() - 1).into(),
|
||||
<$upper_type>::from((<$type>::max_value() - 1)),
|
||||
);
|
||||
// (max % 2) * max / 2 == max / 2
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user