Rev 12023 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12023 | Rev 15945 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | max(x,y) = (x>y? x : y) |
38 | max(x,y) = (x>y? x : y) |
39 | min(x,y) = (x<y? x : y) |
39 | min(x,y) = (x<y? x : y) |
40 | round(x) = floor(x+0.5) |
40 | round(x) = floor(x+0.5) |
41 | rint(x) = floor(x+0.5) |
41 | rint(x) = floor(x+0.5) |
42 | set samples 400 |
42 | set samples 400 |
- | 43 | set colors classic |
|
43 | ' |
44 | ' |
44 | 45 | ||
45 | plot_cmd_2D=plot |
46 | plot_cmd_2D=plot |
46 | plot_cmd_3D=splot |
47 | plot_cmd_3D=splot |
47 | insplot_cmd= |
48 | insplot_cmd= |