Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Suggestions by @veroandreo

Co-authored-by: Veronica Andreo <[email protected]>
  • Loading branch information
pesekon2 and veroandreo authored Apr 11, 2024
1 parent 2133f3c commit 9a54fff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions raster/r.mapcalc/r.mapcalc.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,15 +399,15 @@ <h3>Data types and their precision</h3>
-------------------------------------------------------------------------------
int a 32-bit integer with a range from -2,147,483,647 to
+2,147,483,647. The value -2,147,483,648 is reserved
for NODATA
for NODATA.
float a 32-bit float (Float32) with a range from -3.4E38 to
3.4E38. However, the integer precision can be only
ensured between -16,777,216 and 16,777,216. If your
raster overpasses this range, it is strongly suggested
to use the type double instead
to use the type double instead.
double a 64-bit float (Float64) with a range from -1.79E308 to
1.79E308. It is 8 bytes, 15-17 digits precision
null NULL value. Refer to section "NULL support" lower
1.79E308. It is 8 bytes, 15-17 digits precision.
null NULL value. Refer to section "NULL support" below.
</pre></div>

Note that the value counter rotates when the value range is reached. E.g., if
Expand Down

0 comments on commit 9a54fff

Please sign in to comment.