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.3 by greg, Thu Dec 19 16:38:12 2013 UTC vs.
Revision 1.4 by greg, Mon Jun 10 13:56:52 2019 UTC

# Line 103 | Line 103 | is zero, the number of available arguments is returned
103   .BR "rand(x)"
104   compute a random number between 0 and 1 based on x.
105   .TP
106 + .BR "min(a1, a2, ..)"
107 + return the minimum value from a list of arguments.
108 + .TP
109 + .BR "max(a1, a2, ..)"
110 + return the maximum value from a list of arguments.
111 + .TP
112   .BR "floor(x)"
113   return largest integer not greater than x.
114   .TP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines