aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/expr.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/expr.spad.pamphlet')
-rw-r--r--src/algebra/expr.spad.pamphlet6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/algebra/expr.spad.pamphlet b/src/algebra/expr.spad.pamphlet
index b781f423..6c73da2a 100644
--- a/src/algebra/expr.spad.pamphlet
+++ b/src/algebra/expr.spad.pamphlet
@@ -33,7 +33,7 @@ Expression(R:OrderedSet): Exports == Implementation where
FSD ==> FunctionSpace_&(%, R)
SYMBOL ==> "%symbol"
ALGOP ==> "%alg"
- POWER ==> "%power"::Symbol
+ POWER ==> '%power
SUP ==> SparseUnivariatePolynomial
Exports ==> FunctionSpace R with
@@ -791,7 +791,7 @@ Pi(): Exports == Implementation where
Implementation ==> RF add
Rep := RF
- sympi := "%pi"::Symbol
+ sympi := '%pi
p2sf: UP -> DoubleFloat
p2f : UP -> Float
@@ -861,6 +861,8 @@ PiCoercions(R:Join(OrderedSet, IntegralDomain)): with
<<license>>=
--Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
--All rights reserved.
+--Copyright (C) 2007-2009, Gabriel Dos Reis.
+--All rights reserved.
--
--Redistribution and use in source and binary forms, with or without
--modification, are permitted provided that the following conditions are