aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CodeGen.m
diff options
context:
space:
mode:
authorianhin <ianhin>2006-11-09 19:47:57 +0000
committerianhin <ianhin>2006-11-09 19:47:57 +0000
commitc795fb285d1a2c53b164a06de4b713a9fc87b69e (patch)
tree78fda2c4e484f59915d387ecd967d6f150cf03de /Tools/CodeGen/CodeGen.m
parent990d08931265209c5342ee191c66c4613d799e5b (diff)
Adding fmax and fmin as symbols in the sym context
Diffstat (limited to 'Tools/CodeGen/CodeGen.m')
-rw-r--r--Tools/CodeGen/CodeGen.m2
1 files changed, 1 insertions, 1 deletions
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[];