DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Strict NumberList Conversions #62

Closed DK96-OS closed 2 years ago

DK96-OS commented 2 years ago

Add strict conversions for Number typed lists.

Validates that the conversion provides an equivalent representation, so that no information is lost.

Option is provided to ignore values that do not convert, or throw an exception.

Resolves #56

DK96-OS commented 2 years ago

Earlier today, a serious bug was discovered in Lists module #64

This branch (lists-dev) contains updates to Lists module, which are concerned with the differences between number types.

DK96-OS commented 2 years ago

Resolves #64