thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

Add Alert for SymbolTable values of NaN #865

Closed grumpyinca closed 8 months ago

grumpyinca commented 8 months ago

Currently, if a SymbolTable value has a value of infinity, it generates an INVALID VALUE Alert because it is >= Number.MAX_VALUE. However, if the value is NaN, no alert is generated.

This issue covers adding such an alert and corresponding Help entry.

grumpyinca commented 8 months ago

Merged to master. Pushed to remote / origin. Closing.