Changes between Initial Version and Version 1 of Ticket #1236, comment 1


Ignore:
Timestamp:
Feb 11, 2016, 9:16:48 AM (8 years ago)
Author:
Bang Pham Huu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1236, comment 1

    initial v1  
    55for c in (mr) return encode( pow( c[i(100:110),j(100:110)], 2 ), "csv" )
    66}}}
     7
     8and 78-pow_operation_float.test
     9
     10
     11{{{
     12for c in (mr) return encode( pow( c[i(100:110),j(100:110)], 1.85 ), "csv" )
     13}}}
     14
    715
    816{{{