ComplexExtensions

Summary: Add functions to Complex
Author: nicolas cellie
Owner: nicolas cellier (nice)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: Math-Complex-Extensions
RSS feed:

Description:

Add few functions to Complex

Add efficient way of creating a Complex
(1 i: 2) instead of (1 + 2 i)
This will avoid useless coercion and arithmetic (sensible on huge collections)

Releases


Back