Changes between Initial Version and Version 1 of Ticket #2867, comment 4
- Timestamp:
- 01/19/16 04:17:04 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2867, comment 4
initial v1 8 8 > 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. 9 9 10 Completely get your point.. but if I may still add one possibly very particularly useful one: pow(). It could possible be included insteadsqrt and x^2.10 Completely 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. 11 11 12 12 >