Skip to content

Commit

Permalink
1421 complete the fixedpointnumber scale down algorithm (#1432)
Browse files Browse the repository at this point in the history
* feat: 1421 FixedPointNumber auto-scale implementation...

* feat: 1421 FixedPointNumber auto-scale implementation...

* feat: 1421 FixedPointNumber auto-scale implementation...

* feat: 1421 FixedPointNumber auto-scale implementation...

* feat: 1421 FixedPointNumber auto-scale implemented

* feat: 1421 FixedPointNumber auto-scale implemented
  • Loading branch information
lucanicoladebiasi authored Oct 23, 2024
1 parent 26ad8ec commit 371102c
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 145 deletions.
3 changes: 2 additions & 1 deletion docs/diagrams/architecture/vcdm.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ classDiagram
+FixedPointNumber value
}
class FixedPointNumber {
+bigint sv
+bigint fractionalDigits
+bigint scaledValue
+FixedPointNumber NaN$
+FixedPointNumber NEGATIVE_INFINITY$
+FixedPointNumber POSITIVE_INFINITY$
Expand Down
Loading

1 comment on commit 371102c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.05% (4316/4357) 97.69% (1396/1429) 99.11% (895/903)
Title Tests Skipped Failures Errors Time
core 799 0 💤 0 ❌ 0 🔥 1m 56s ⏱️
network 735 0 💤 0 ❌ 0 🔥 4m 33s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 17.79s ⏱️

Please sign in to comment.