diff options
author | Steve Bennett <steveb@workware.net.au> | 2015-04-19 20:34:01 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2015-04-29 13:10:49 +1000 |
commit | 0764d7362ee0a458901c51ee3623e77f91b41ff2 (patch) | |
tree | fe000f03ff2cfd13e363bcc39e25d6384eb089c1 | |
parent | 0d58231de3b8dd1f28fd9b6aea0de54ce00eb489 (diff) | |
download | jimtcl-0764d7362ee0a458901c51ee3623e77f91b41ff2.zip jimtcl-0764d7362ee0a458901c51ee3623e77f91b41ff2.tar.gz jimtcl-0764d7362ee0a458901c51ee3623e77f91b41ff2.tar.bz2 |
docs: minor typo with rand() function
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r-- | jim_tcl.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt index 8aaf863..6217678 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -752,7 +752,6 @@ of precedence: * +'double()'+ converts the numeric argument to floating point. * +'round()'+ converts the numeric argument to the closest integer value. * +'abs()'+ takes the absolute value of the numeric argument. - * +'rand()'+ takes the absolute value of the numeric argument. * +'rand()'+ returns a pseudo-random floating-point value in the range (0,1). * +'srand()'+ takes an integer argument to (re)seed the random number generator. Returns the first random number from that seed. |