about summary refs log tree commit diff stats
path: root/html/022arithmetic.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-01-11 09:40:41 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-01-11 09:40:41 -0800
commit717d6cddc1464df9744a37056016b9f4230ab650 (patch)
tree5ce6be0dd5949c667738c37976716f4c04e1b1c6 /html/022arithmetic.cc.html
parent12712a40ed7441c7238da5e87438bc7e8b01f91a (diff)
downloadmu-717d6cddc1464df9744a37056016b9f4230ab650.tar.gz
3732
Diffstat (limited to 'html/022arithmetic.cc.html')
-rw-r--r--html/022arithmetic.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/022arithmetic.cc.html b/html/022arithmetic.cc.html
index e1e953a7..98e44ac6 100644
--- a/html/022arithmetic.cc.html
+++ b/html/022arithmetic.cc.html
@@ -813,13 +813,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"> &lt;- </span><a href='101run_sandboxed.cc.html#L449'>truncate</a> <span class="Constant">12.2</span>
+<span id="L754" class="LineNr">754 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span><a href='101run_sandboxed.cc.html#L457'>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"> &lt;- </span><a href='101run_sandboxed.cc.html#L449'>truncate</a> -<span class="Constant">12.2</span>
+<span id="L760" class="LineNr">760 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span><a href='101run_sandboxed.cc.html#L457'>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>