From c795fb285d1a2c53b164a06de4b713a9fc87b69e Mon Sep 17 00:00:00 2001 From: ianhin Date: Thu, 9 Nov 2006 19:47:57 +0000 Subject: Adding fmax and fmin as symbols in the sym context --- Tools/CodeGen/CodeGen.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/CodeGen/CodeGen.m b/Tools/CodeGen/CodeGen.m index 7a2457e..b6e108f 100644 --- a/Tools/CodeGen/CodeGen.m +++ b/Tools/CodeGen/CodeGen.m @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *) BeginPackage["sym`"]; -{INV, SQR, CUB, QAD, exp, pow}; +{INV, SQR, CUB, QAD, exp, pow, fmax, fmin}; EndPackage[]; -- cgit v1.2.3