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

Comparing ray/doc/man/man1/rcalc.1 (file contents):
Revision 1.7 by greg, Sat Dec 23 17:27:45 2006 UTC vs.
Revision 1.10 by greg, Thu Sep 5 17:53:22 2013 UTC

# Line 202 | Line 202 | and the following operators:
202   .PP
203          +  -  *  /  ^
204   .PP
205 < Operators are evaluated left to right.
205 > Operators are evaluated left to right, except '^',
206 > which is right associative.
207   Powers have the highest precedence; multiplication and
208   division are evaluated before addition and subtraction.
209   Expressions can be grouped with parentheses.
# Line 234 | Line 235 | are evaluated.
235   This provides a convenient method for avoiding inappropriate calculations.
236   The following library of pre-defined functions and variables is provided:
237   .TP 10n
238 + .BR \$N
239 + Return the value for input column
240 + .I N.
241 + If an input format is given, using a channel number generates an error.
242 + .TP
243   .BR "in(n)"
244   Return the value for input column
245   .I n,
# Line 293 | Line 299 | trigonometric functions.
299   inverse trigonometric functions.
300   .TP
301   .BR "atan2(y, x)"
302 < inverse tangent of y/x (range -pi to pi).
302 > inverse tangent of y/x (range \-pi to pi).
303   .SH EXAMPLE
304   To print the square root of column two in column one,
305   and column one times column three in column two:
306   .IP "" .2i
307 < rcalc -e '$1=sqrt($2);$2=$1*$3' inputfile > outputfile
307 > rcalc \-e '$1=sqrt($2);$2=$1*$3' inputfile > outputfile
308   .SH AUTHOR
309   Greg Ward
310   .SH BUGS
# Line 308 | Line 314 | options, not in definitions.
314   .PP
315   Tabs count as single spaces inside fields.
316   .SH "SEE ALSO"
317 < cnt(1), ev(1), getinfo(1), icalc(1), rlam(1), tabfunc(1), total(1)
317 > cnt(1), ev(1), getinfo(1), icalc(1), rcollate(1), rlam(1), tabfunc(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines