Modified:
/pycalcal.nw
=======================================
--- /pycalcal.nw Tue Jul 5 00:47:30 2011
+++ /pycalcal.nw Tue Jul 5 01:11:53 2011
@@ -9023,9 +9023,11 @@
%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Floating-point nuances}
\label{sec:examples}
+In oder to check numerical results, I compared \cl\ output with \py.
+(I used both CLisp [on PC and Linux] and SBCL [this is easier to install
on OS X]).
A snippet of \cl\ code from Prof.~Reingold.
<<testSunset.cl>>=
-#!/usr/bin/env clisp
+#!/usr/bin/env sbcl
;; -*- Mode: Lisp -*-
(load "calendrica-3.0.cl")