ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/zeroes.c
(Generate patch)

Comparing ray/src/common/zeroes.c (file contents):
Revision 2.2 by greg, Fri Oct 2 16:21:08 1992 UTC vs.
Revision 2.5 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1986 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  zeroes.c - compute roots for various equations.
6   *
7 < *     8/19/85
7 > *  External symbols declared in standard.h
8   */
9  
10 + #include "copyright.h"
11  
12 +
13   #include  <math.h>
14  
15   #include  "fvect.h"
16 <
16 > #include  "rtmath.h"
17  
18   int
19   quadratic(r, a, b, c)           /* find real roots of quadratic equation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines