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

Comparing ray/doc/man/man1/icalc.1 (file contents):
Revision 1.4 by greg, Mon Jun 10 13:56:52 2019 UTC vs.
Revision 1.5 by greg, Fri Mar 11 22:50:13 2022 UTC

# Line 88 | Line 88 | The following library of predefined functions and vari
88   .BR PI
89   the ratio of a circle's circumference to its diameter.
90   .TP
91 < .BR "if(cond, then, else)"
92 < if cond is greater than zero,
91 > .BR "if(test, then, else)"
92 > if test is greater than zero,
93   then is evaluated, otherwise else is evaluated.
94   This function is necessary for recursive definitions.
95   .TP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines