mirror of
https://github.com/nasa/trick.git
synced 2025-01-31 00:24:03 +00:00
8fb1355de3
* Values that return "-nan" will now properly show <NaN> in the Trick View variable table. * +-NaN and +-Infinity are now correctly represented in Trick View. This solution now handles +- infinity and +-nan instead of just -nan. * Lifted fix logic into a protected function in the super class. Removed author/date information. Put duplicate code from VSFLoat and VSDouble into VSValue. Added support for -NaN.