Changes between Initial Version and Version 1 of Ticket #2867, comment 4


Ignore:
Timestamp:
01/19/16 04:17:04 (9 years ago)
Author:
pvanbosgeo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2867, comment 4

    initial v1  
    88> OTOH, I'm aware that the usual solution (use in conjunction with r.mapcalc) has a significant overhead when you're potentially dealing with hundreds of input maps. Even so, I'd be inclined to limit the available modifiers to those which seem likely to be particularly useful (only sqrt/x^2 and log/exp spring to mind); there are a *lot* of real->real functions in the standard math library.
    99
    10 Completely get your point.. but if I may still add one possibly very particularly useful one: pow(). It could possible be included instead sqrt and x^2.
     10Completely get your point.. but if I may still add a possibly very particularly useful one: pow(). It could possible be included instead of sqrt and x^2.
    1111
    1212>