aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/functions.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-23 02:37:02 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-23 02:37:02 +0000
commita6352a4428911afca91d6e672dc540146c99d415 (patch)
tree06187908fd9d5d1cafee90fdd70a2f60a73532b5 /src/algebra/functions.spad.pamphlet
parent1ac4b5f9c27b171e6a49b986e42a8d8e29ea3be6 (diff)
downloadopen-axiom-a6352a4428911afca91d6e672dc540146c99d415.tar.gz
* interp/compiler.boot (compAtom): Don't interpret 'nil' as empty
vector. (compSymbol): Don't interpret 'true' and 'false' as Boolean constants if domain Boolean is not in scope. * algebra/any.spad.pamphlet (Property): Tidy. * algebra/asp.spad.pamphlet (Asp34): Likewise. * algebra/functions.spad.pamphlet (BasicFunctions): Likewise. * algebra/lodop.spad.pamphlet (OppositeMonogenicLinearOperator): Likewise. * algebra/groebsol.spad.pamphlet: Import Boolean.
Diffstat (limited to 'src/algebra/functions.spad.pamphlet')
-rw-r--r--src/algebra/functions.spad.pamphlet10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/algebra/functions.spad.pamphlet b/src/algebra/functions.spad.pamphlet
index 5dff2a13..f48391f2 100644
--- a/src/algebra/functions.spad.pamphlet
+++ b/src/algebra/functions.spad.pamphlet
@@ -63,11 +63,11 @@ BasicFunctions(): E == I where
cotEntry:RS := [n1dpi, n3dpi, ndpi]
logEntry:RS := [construct([1$DF])$SDF,esdf, construct([0$DF])$SDF]
entryList:List(Record(key:Symbol,entry:RS)) :=
- [[sin@Symbol, sinEntry], [cos@Symbol, cosEntry],
- [tan@Symbol, tanEntry], [sec@Symbol, secEntry],
- [csc@Symbol, cscEntry], [cot@Symbol, cotEntry],
- [asin@Symbol, asinEntry], [acos@Symbol, acosEntry],
- [atan@Symbol, atanEntry], [log@Symbol, logEntry]]
+ [['sin, sinEntry], ['cos, cosEntry],
+ ['tan, tanEntry], ['sec, secEntry],
+ ['csc, cscEntry], ['cot, cotEntry],
+ ['asin, asinEntry], ['acos, acosEntry],
+ ['atan, atanEntry], ['log, logEntry]]
construct(entryList)$Rep
bfKeys():List Symbol == keys(bf())$Rep