Changes between Initial Version and Version 1 of Ticket #1236, comment 1
- Timestamp:
- Feb 11, 2016, 9:16:48 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1236, comment 1
initial v1 5 5 for c in (mr) return encode( pow( c[i(100:110),j(100:110)], 2 ), "csv" ) 6 6 }}} 7 8 and 78-pow_operation_float.test 9 10 11 {{{ 12 for c in (mr) return encode( pow( c[i(100:110),j(100:110)], 1.85 ), "csv" ) 13 }}} 14 7 15 8 16 {{{