Kernel
3.1 Generic
3.2 Mathutil
3.3 Numeric
3.4 Utils
3.5 Iterat
3.6 Express
3.7 Ghelper
3.8 Strutl
3.9 Extapply
3.10 Types
3.11 Modarith
3.12 Diff
3.13 Operator
3.14 Function
3.15 Numbers
3.16 Vectors
3.17 Structs
3.18 Matrices
3.19 Quaternion
3.20 Pseries
3.21 Numsymb
3.22 Heuristic
3.23 Litfun
On this page:
expn
make-op
make-operator
o:  *
o:  +
o:  -
o:  arity
o:  cos
o:  exp
o:  expt
o:  f*o
o:  f+  o
o:  f-o
o:  identity
o:  negate
o:  o*f
o:  o+  f
o:  o-f
o:  o/  n
o:  one-like
o:  sin
o:  type
o:  type-predicate
o:  zero-like
operator-arity
operator-merge-arities
operator-merge-optionals
operator-merge-subtypes
operator-name
operator-optionals
operator-procedure
operator-subtype
operator:  assign-operations
set-operator-optionals!
simple-operator?
8.15.0.4

3.13 Operator🔗

 (require sicm/kernel/operator) package: rktsicm

procedure

(expn ??? ...)  '???

  ??? : any?
(make-op ??? ...)  '???
  ??? : any?
(make-operator ??? ...)  '???
  ??? : any?
(o:* ??? ...)  '???
  ??? : any?
(o:+ ??? ...)  '???
  ??? : any?
(o:- ??? ...)  '???
  ??? : any?
(o:arity ??? ...)  '???
  ??? : any?
(o:cos ??? ...)  '???
  ??? : any?
(o:exp ??? ...)  '???
  ??? : any?
(o:expt ??? ...)  '???
  ??? : any?
(o:f*o ??? ...)  '???
  ??? : any?
(o:f+o ??? ...)  '???
  ??? : any?
(o:f-o ??? ...)  '???
  ??? : any?
(o:identity ??? ...)  '???
  ??? : any?
(o:negate ??? ...)  '???
  ??? : any?
(o:o*f ??? ...)  '???
  ??? : any?
(o:o+f ??? ...)  '???
  ??? : any?
(o:o-f ??? ...)  '???
  ??? : any?
(o:o/n ??? ...)  '???
  ??? : any?
(o:one-like ??? ...)  '???
  ??? : any?
(o:sin ??? ...)  '???
  ??? : any?
(o:type ??? ...)  '???
  ??? : any?
(o:type-predicate ??? ...)  '???
  ??? : any?
(o:zero-like ??? ...)  '???
  ??? : any?
(operator-arity ??? ...)  '???
  ??? : any?
(operator-merge-arities ??? ...)  '???
  ??? : any?
(operator-merge-optionals ??? ...)  '???
  ??? : any?
(operator-merge-subtypes ??? ...)  '???
  ??? : any?
(operator-name ??? ...)  '???
  ??? : any?
(operator-optionals ??? ...)  '???
  ??? : any?
(operator-procedure ??? ...)  '???
  ??? : any?
(operator-subtype ??? ...)  '???
  ??? : any?
(operator:assign-operations ??? ...)  '???
  ??? : any?
(set-operator-optionals! ??? ...)  '???
  ??? : any?
(simple-operator? ??? ...)  '???
  ??? : any?