source: trunk/abcl/src/org/armedbear/lisp/MathFunctions.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15689   12 months Mark Evenson Return 0 with appropriate inexactness from log A previous commit …
(edit) @15688   13 months Mark Evenson Make (log x 0) return 0 (as per the spec) The spec says that "If …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @12940   14 years ehuelsmann Fix loss of precision in (expt <non-double> <complex-double>), fixes …
(edit) @12922   14 years ehuelsmann Factor out common code and add documentation to indicate which part of …
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12298   14 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(edit) @12290   14 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @11955   15 years ehuelsmann Fix some failures in ABCL's own test suite; some by fixing the …
(edit) @11731   15 years ehuelsmann Share code already abstracted out elsewhere (use OverUnderFlowCheck?()).
(edit) @11730   15 years ehuelsmann No longer work around absense of Math.{sinh(),cosh(),tanh()}; their …
(edit) @11729   15 years ehuelsmann Fix EXPT with a Bignum exponent. At the same time, simplify EXPT and …
(edit) @11728   15 years ehuelsmann java.lang.Math has the 'log10()' function since 1.5. Our minimal …
(edit) @11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11713   15 years ehuelsmann Fix ACOS with complex argument. Found by: Robert Dodier through the …
(edit) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/MathFunctions.java:
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.