Skip to content

Commit a38e0f2

Browse files
committed
primitives - UnifiedNum - Update doc
1 parent 310ea23 commit a38e0f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

primitives/src/unified_num.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ use std::{
1010

1111
use crate::BigNum;
1212

13-
/// Unified precision Number with precision 8
13+
/// Unified Number with a precision of 8 digits after the decimal point
14+
/// The number can be a maximum of `u64::MAX` (the underlying type),
15+
/// or in a `UnifiedNum` value `184_467_440_737.09551615`
16+
/// The actual number is handled as a unsigned number and only the display shows the decimal point
1417
#[derive(
1518
Clone,
1619
Copy,

0 commit comments

Comments
 (0)