Skip to content
Commit e6a9577f authored by Raymond Toy's avatar Raymond Toy
Browse files

Implement trig functions in Lisp

 code/irrat.lisp::
 * Add Lisp implementation for sin, cos, and tan, based on code from
   fdlibm.  Requires the C reduction routines.  Only working so far on
   systems that already include the reduction routies.

 tests/trig.lisp::
 * Tests for the new sin, cos, and tan functions.  Tests pass on
   x86/darwin.
parent 32bdd53b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment