about summary refs log tree commit diff stats
path: root/html/022arithmetic.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/022arithmetic.cc.html')
-rw-r--r--html/022arithmetic.cc.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/html/022arithmetic.cc.html b/html/022arithmetic.cc.html
index 0e6443e4..c46d35ea 100644
--- a/html/022arithmetic.cc.html
+++ b/html/022arithmetic.cc.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 022arithmetic.cc</title>
-<meta name="Generator" content="Vim/7.4">
+<meta name="Generator" content="Vim/8.0">
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="cpp">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
@@ -15,19 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
-.Constant { color: #00a0a0; }
-.muRecipe { color: #ff8700; }
+.Special { color: #c00000; }
 .Conceal { color: #4e4e4e; }
 .traceContains { color: #008000; }
-.Special { color: #c00000; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
-.Delimiter { color: #800080; }
 .LineNr { color: #444444; }
 .Identifier { color: #c0a020; }
-.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
 .PreProc { color: #800080; }
+.Constant { color: #00a0a0; }
+.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
+.Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
+.Delimiter { color: #800080; }
 .cSpecial { color: #008000; }
+.muRecipe { color: #ff8700; }
 -->
 </style>
 
@@ -774,19 +774,19 @@ if ('onhashchange' in window) {
 <span id="L710" class="LineNr">710 </span>
 <span id="L711" class="LineNr">711 </span><span class="Delimiter">:(scenario round_to_nearest_integer)</span>
 <span id="L712" class="LineNr">712 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
-<span id="L713" class="LineNr">713 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span>round <span class="Constant">12.2</span>
+<span id="L713" class="LineNr">713 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span>round <span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">2</span>
 <span id="L714" class="LineNr">714 </span>]
 <span id="L715" class="LineNr">715 </span><span class="traceContains">+mem: storing 12 in location 1</span>
 <span id="L716" class="LineNr">716 </span>
 <span id="L717" class="LineNr">717 </span><span class="Delimiter">:(scenario round_halves_toward_zero)</span>
 <span id="L718" class="LineNr">718 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
-<span id="L719" class="LineNr">719 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span>round <span class="Constant">12.5</span>
+<span id="L719" class="LineNr">719 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span>round <span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">5</span>
 <span id="L720" class="LineNr">720 </span>]
 <span id="L721" class="LineNr">721 </span><span class="traceContains">+mem: storing 12 in location 1</span>
 <span id="L722" class="LineNr">722 </span>
 <span id="L723" class="LineNr">723 </span><span class="Delimiter">:(scenario round_halves_toward_zero_2)</span>
 <span id="L724" class="LineNr">724 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
-<span id="L725" class="LineNr">725 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span>round -<span class="Constant">12.5</span>
+<span id="L725" class="LineNr">725 </span>  <span class="Constant">1</span>:num<span class="Special"> &lt;- </span>round -<span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">5</span>
 <span id="L726" class="LineNr">726 </span>]
 <span id="L727" class="LineNr">727 </span><span class="traceContains">+mem: storing -12 in location 1</span>
 <span id="L728" class="LineNr">728 </span>
@@ -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"> &lt;- </span><a href='101run_sandboxed.cc.html#L523'>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#L523'>truncate</a> <span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">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#L523'>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#L523'>truncate</a> -<span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">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>