annotate tests/pow.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
parents 373e2c3f03b2
children
rev   line source
adam@1832 1 fun main () : transaction page = return <xml><body>
adam@1832 2 <li>2^4 = {[pow 2 4]}</li>
adam@1832 3 <li>3.4^5.6 = {[pow 3.4 5.6]}</li>
adam@1832 4 </body></xml>