intel / rohd-hcl

A hardware component library developed with ROHD.
https://pub.dev/packages/rohd_hcl
BSD 3-Clause "New" or "Revised" License
81 stars 23 forks source link

Floating Point Value of Double Support Infinity #119

Open soneryaldiz opened 3 weeks ago

soneryaldiz commented 3 weeks ago

Describe the bug

FloatingPointValue.ofDouble could output infinity when the input number exceeds the maximum and minimum supported values.

To Reproduce

No response

Expected behavior

No response

Actual behavior

No response

Additional: Dart SDK info

No response

Additional: pubspec.yaml

No response

Additional: Context

No response