Aug. 12, 2009
2:59 p.m.
St?phane Ducasse <stephane.ducasse@inria.fr>
What I would love is the following: that we get a good Complex package! Since we can do method extensions in Smalltalk we can design a really nice Complex > packages with its own tests. We could publish for now Complex into PharoTaskForces or create a PharoExternalPackages or whatever.
If you point me to the package docs, I am happy to make a package. Note that the Complex cuts across a number of classes [Point,Float,Number,Object]. Is the desired behavior that (-1 sqrt) raise and exception when the Complex package is not loaded but return 1i when loaded? I presume that we could simply add the hyperbolic trig functions (and some tests) to Float? -KenD