From ef73b04e744a69973208096a49d4ae52ddbb84d2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 Apr 2017 11:18:53 -0700 Subject: 3823 --- html/022arithmetic.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/022arithmetic.cc.html') 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) { 751 752 :(scenario truncate_to_nearest_integer) 753 def main [ -754 1:num <- truncate 12.2 +754 1:num <- truncate 12.2 755 ] 756 +mem: storing 12 in location 1 757 758 :(scenario truncate_negative) 759 def main [ -760 1:num <- truncate -12.2 +760 1:num <- truncate -12.2 761 ] 762 +mem: storing -12 in location 1 763 -- cgit 1.4.1-2-gfad0 ect name='qt'>
path: root/html/fork.mu.html
blob: 49e6582f9b781f640dd27233fed35f4c637fdb3c (plain) (tree)
1
2
3
4
5
6
7
8
9