fplot(1): use abs()
This commit is contained in:
parent
df18213ce3
commit
c696998ec3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Plot the absolute value and x^3 functions to a 400x400 image(6) on standard outp
|
||||||
.IR page (1).
|
.IR page (1).
|
||||||
.IP
|
.IP
|
||||||
.EX
|
.EX
|
||||||
fplot -c -s 400x400 'sqrt(x*x)' 'x^3' | page
|
fplot -c -s 400x400 'abs(x)' 'x^3' | page
|
||||||
.EE
|
.EE
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /sys/src/cmd/fplot.c
|
.B /sys/src/cmd/fplot.c
|
||||||
|
|
Loading…
Reference in a new issue