diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-02-05 19:55:46 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-02-05 19:55:46 +0100 |
commit | f215b660b30cc5e5d318922f545441b4ac14b200 (patch) | |
tree | 875d06e45b2534a8c36950ce1e338fb060526023 /sys/man/1 | |
parent | 6409684518f7f3ee35c0ed1933e04e059cb562ab (diff) |
fplot: add modulus % operator
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/fplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/fplot b/sys/man/1/fplot index 9c66d9119..75329a989 100644 --- a/sys/man/1/fplot +++ b/sys/man/1/fplot @@ -29,7 +29,7 @@ option accepts as argument the x and y ranges, in the format .LR "xmin:xmax ymin:ymax". .PP Each function to be plotted may be a combination of the independent variable x, -the elementary operations (+, -, *, and /), and the functions described in +the elementary operations (+, -, *, / and %), and the functions described in .IR sin (2) and .IR exp (2). |