Changelog for numerical-integration-0.1.2.0
Changelog for numerical-integration
0.1.0.0 - 2023-08-30
First release.
0.1.1.0 - 2023-09-18
-
New data type
IntegralResultto store the result (value, error, code), instead of in a triplet. -
Replaced
DoublewithCDoubleandIntwithCInt.
0.1.2.0 - 2023-09-19
-
Avoided
CDouble. -
Completed README.