Re: I can't get an unexposed function.
William Sit <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.general |
|---|---|
| Organization | City College of New York |
| Message-ID | <[email protected]> |
Francois Maltey wrote: > iter ((x:Float):Float +-> cos x, 10, 1.0)::Float You just need to package call it: iter ((x:Float):Float +-> cos x, 10, 1.0)$(MappingPackageInternalHacks1 Float) 0.7442373549 0055686343 William