Re: Wiki update
Kevin Reid <kpreid-M/[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
On Mar 11, 2011, at 21:24, Bill Frantz wrote:
>> Can you suggest a method from Math that is plausibly useful
>> given the existant methods on float64s (e.g. a better
>> algorithm for numeric stability or edge cases)?
>
> Perhaps I'm being blind, but the only place I know to get trig
> functions (sin, cos, etc.) is from java.lang.Math.
All of the usual trig, etc. functions are methods on float64s.
Try
? help(1.0)
Which isn't to say that the documentation doesn't need expanding --
that is, writing.
It would be great to have full specification text and tests in
http://wiki.erights.org/wiki/Float64
http://wiki.erights.org/wiki/Number_protocol
and other such pages.
--
Kevin Reid <http://switchb.org/kpreid/>