Skip to content

Version 4.16.0.2

Compare
Choose a tag to compare
@halirutan halirutan released this 15 Aug 02:24
· 74 commits to master since this release

This release includes fixes in both the integration rules and the interface. The release was tested against the 70000+ test-integrals and works as expected. The package now automatically uses $LoadElementaryFunctionRules=True and $LoadShowSteps=True if not defined otherwise.

In addition, it is now possible to return steps and statistics for an integration instead of only printing them. This has advantages when someone wants to automatically collect information for further processing. To use this feature, please set the following option which is True per default:

Steps[Int[Sqrt[x^3], x], RubiPrintInformation -> False]

The Stats function takes the same option now.