ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/gcomp.1
(Generate patch)

Comparing ray/doc/man/man1/gcomp.1 (file contents):
Revision 1.1 by greg, Tue Mar 11 19:20:21 2003 UTC vs.
Revision 1.4 by greg, Tue Sep 4 17:36:40 2007 UTC

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH GCOMP 1 6/24/98 RADIANCE
3   .SH NAME
4   gcomp - do computations on a graph file.
# Line 50 | Line 50 | They determine boundaries for the calculations.
50   .SH EXAMPLE
51   To compute the approximate integral of sin(x)/log(x) from 2 to 4:
52   .nf
53 <        gcomp -i
53 >        gcomp \-i
54          A(x)=sin(x)/log(x);
55          Anpoints=100;
56          xmin=2;
# Line 62 | Line 62 | Greg Ward
62   .SH BUGS
63   Only the y values can be used for computation.
64   .SH "SEE ALSO"
65 < bgraph(1), calc(1), dgraph(1), igraph(1)
65 > bgraph(1), dgraph(1), icalc(1), igraph(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines