diff options
Diffstat (limited to 'src/algebra/functions.spad.pamphlet')
-rw-r--r-- | src/algebra/functions.spad.pamphlet | 10 |
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 |