From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- math-real.scm | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 math-real.scm (limited to 'math-real.scm') diff --git a/math-real.scm b/math-real.scm old mode 100644 new mode 100755 index 06971d2..d0b6e76 --- a/math-real.scm +++ b/math-real.scm @@ -17,6 +17,8 @@ ;promotional, or sales literature without prior written consent in ;each case. +(require 'multiarg-apply) ; used in REAL-TAN + ;@ (define (quo x1 x2) (truncate (/ x1 x2))) (define (rem x1 x2) (- x1 (* x2 (quo x1 x2)))) -- cgit v1.2.3