diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-04-14 11:18:53 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-04-14 11:18:53 -0700 |
commit | ef73b04e744a69973208096a49d4ae52ddbb84d2 (patch) | |
tree | ddbdade7aa62b07cac7ab331cf0aa55c9f62c253 /html/022arithmetic.cc.html | |
parent | b16cc0294e517bbf648261c6e298e01362db9ab0 (diff) | |
download | mu-ef73b04e744a69973208096a49d4ae52ddbb84d2.tar.gz |
3823
Diffstat (limited to 'html/022arithmetic.cc.html')
-rw-r--r-- | html/022arithmetic.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/022arithmetic.cc.html b/html/022arithmetic.cc.html index a03ab7d5..a447db0d 100644 --- a/html/022arithmetic.cc.html +++ b/html/022arithmetic.cc.html @@ -815,13 +815,13 @@ if ('onhashchange' in window) { <span id="L751" class="LineNr">751 </span> <span id="L752" class="LineNr">752 </span><span class="Delimiter">:(scenario truncate_to_nearest_integer)</span> <span id="L753" class="LineNr">753 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L754" class="LineNr">754 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>truncate <span class="Constant">12.2</span> +<span id="L754" class="LineNr">754 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='101run_sandboxed.cc.html#L518'>truncate</a> <span class="Constant">12.2</span> <span id="L755" class="LineNr">755 </span>] <span id="L756" class="LineNr">756 </span><span class="traceContains">+mem: storing 12 in location 1</span> <span id="L757" class="LineNr">757 </span> <span id="L758" class="LineNr">758 </span><span class="Delimiter">:(scenario truncate_negative)</span> <span id="L759" class="LineNr">759 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L760" class="LineNr">760 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>truncate -<span class="Constant">12.2</span> +<span id="L760" class="LineNr">760 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='101run_sandboxed.cc.html#L518'>truncate</a> -<span class="Constant">12.2</span> <span id="L761" class="LineNr">761 </span>] <span id="L762" class="LineNr">762 </span><span class="traceContains">+mem: storing -12 in location 1</span> <span id="L763" class="LineNr">763 </span> |