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) @12513   15 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12298   15 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(edit) @12290   15 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
(edit) @12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @11955   16 years ehuelsmann Fix some failures in ABCL's own test suite; some by fixing the …
(edit) @11731   16 years ehuelsmann Share code already abstracted out elsewhere (use OverUnderFlowCheck?()).
(edit) @11730   16 years ehuelsmann No longer work around absense of Math.{sinh(),cosh(),tanh()}; their …
(edit) @11729   16 years ehuelsmann Fix EXPT with a Bignum exponent. At the same time, simplify EXPT and …
(edit) @11728   16 years ehuelsmann java.lang.Math has the 'log10()' function since 1.5. Our minimal …
(edit) @11714   16 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11713   16 years ehuelsmann Fix ACOS with complex argument. Found by: Robert Dodier through the …
(edit) @11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   16 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/MathFunctions.java:
(edit) @11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.