[GRASS-SVN] r66527 - grass/trunk/raster/r.mapcalc
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 19 09:55:45 PDT 2015
Author: marisn
Date: 2015-10-19 09:55:45 -0700 (Mon, 19 Oct 2015)
New Revision: 66527
Modified:
grass/trunk/raster/r.mapcalc/r.mapcalc.html
grass/trunk/raster/r.mapcalc/r3.mapcalc.html
Log:
r.mapcalc documentation: output type of rand depends on input type
Modified: grass/trunk/raster/r.mapcalc/r.mapcalc.html
===================================================================
--- grass/trunk/raster/r.mapcalc/r.mapcalc.html 2015-10-19 13:43:18 UTC (rev 66526)
+++ grass/trunk/raster/r.mapcalc/r.mapcalc.html 2015-10-19 16:55:45 UTC (rev 66527)
@@ -322,7 +322,7 @@
nmode(x,y[,z...]) mode value of those listed, excluding NULLs *
not(x) 1 if x is zero, 0 otherwise
pow(x,y) x to the power y *
-rand(a,b) random value x : a <= x < b
+rand(a,b) random value x : a <= x < b *
round(x) round x to nearest integer I
round(x,y) round x to nearest multiple of y
round(x,y,z) round x to nearest y*i+z for some integer i
Modified: grass/trunk/raster/r.mapcalc/r3.mapcalc.html
===================================================================
--- grass/trunk/raster/r.mapcalc/r3.mapcalc.html 2015-10-19 13:43:18 UTC (rev 66526)
+++ grass/trunk/raster/r.mapcalc/r3.mapcalc.html 2015-10-19 16:55:45 UTC (rev 66527)
@@ -224,7 +224,7 @@
nmode(x,y[,z...]) mode value of those listed, excluding NULLs *
not(x) 1 if x is zero, 0 otherwise
pow(x,y) x to the power y *
-rand(a,b) random value x : a <= x < b
+rand(a,b) random value x : a <= x < b *
round(x) round x to nearest integer I
round(x,y) round x to nearest multiple of y
round(x,y,z) round x to nearest y*i+z for some integer i
More information about the grass-commit
mailing list