diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-03-20 16:55:12 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-03-20 16:55:12 -0700 |
commit | 60f2ec5148ef494beee5d0cfd6d41f3967e7f66b (patch) | |
tree | ddef36c4c70bbaf54ddd50a86d9cd4bcf57fcdf9 /html/022arithmetic.cc.html | |
parent | 317c0a34e82c9a64050f106761ee837310c3fd0c (diff) | |
download | mu-60f2ec5148ef494beee5d0cfd6d41f3967e7f66b.tar.gz |
3804
Drop the inaccurate cross-links to 'truncate' everywhere.
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 6ce05a81..a03ab7d5 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><a href='101run_sandboxed.cc.html#L457'>truncate</a> <span class="Constant">12.2</span> +<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="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><a href='101run_sandboxed.cc.html#L457'>truncate</a> -<span class="Constant">12.2</span> +<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="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> |