From 60f2ec5148ef494beee5d0cfd6d41f3967e7f66b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 20 Mar 2017 16:55:12 -0700 Subject: 3804 Drop the inaccurate cross-links to 'truncate' everywhere. --- html/022arithmetic.cc.html | 4 ++-- 1 file 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) { 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