Enumeration Native

Natively implemented concepts. Uppercase elements correspond to constants. Lowercase elements correspond to functions.

Enumeration Members

E: 0

Euler's number or Napier's constant.

IMU: 1
MASH: 2
NIL: 3
PI: 6

mathematical constant Pi.

abs: 7
add: 9
adj: 8
and: 10
arccos: 11
arccosh: 12
arcsin: 13
arcsinh: 14
arctan: 15
arctanh: 16
arg: 17
ascii: 81

foramat as ascii string

assign: 18
atom: 19
autoexpand: 20
autofactor: 21
bake: 22
besselj: 23
bessely: 24
binding: 25
binomial: 26
ceiling: 27
check: 28
choose: 29
circexp: 30
clear: 31
clearall: 32
clock: 33
coeff: 34
coefficients: 35
cofactor: 36
complex: 37
component: 38
condense: 39
conj: 40
contract: 41
cos: 42
cosh: 43
cross: 44
curl: 45
d: 46
def: 47
defint: 48
defn: 49
deg: 50
denominator: 51
deref: 52
derivative: 53
det: 54
dim: 55
div: 56
divide: 57
do: 58
dot: 59
draw: 60
eigen: 61
eigenval: 62
eigenvec: 63
erf: 64
erfc: 65
eval: 66
exp: 67
expand: 68
expcos: 69
expcosh: 70
expsin: 71
expsinh: 72
exptan: 73
exptanh: 74
factor: 75

Factor a polynomial or integer.

factorial: 76
filter: 77
float: 78
floor: 79
fn: 86

(fn [params*] body)

for: 80
function: 87

(function body paramList)

gamma: 88
gcd: 89
grad: 90
grade: 91
greek_lowercase_letter_Pi: 5
greek_uppercase_letter_Pi: 4
hadamard: 92
hermite: 93
hilbert: 94
human: 82

format as human readable string

if: 95
imag: 96

imag(z) returns the imaginary part of the complex number z.

infinitesimal: 97
infix: 83

format as infix string

inner: 98
integral: 99
inv: 100
invg: 101
iscomplex: 102
isimag: 103
isinfinite: 104
isinfinitesimal: 105
isnegative: 106
isone: 107
ispositive: 108
isprime: 109
isreal: 110
iszero: 111
kronecker: 112
laguerre: 113
last: 114
latex: 84

format as latex string

lcm: 115
lco: 116
leading: 117
legendre: 118
let: 119
log: 120
lookup: 121
mag: 122
major: 123
minor: 124
minormatrix: 125
mod: 126

mod(a,b) returns the remainder of the result of a divided by b.

multiply: 127
noexpand: 128
not: 129
nroots: 130
number: 131
numerator: 132
or: 133
outer: 134
patch: 135
pattern: 136
polar: 137
pow: 138
pred: 139
prime: 140
print: 141
product: 142
quote: 143
quotient: 144
rank: 145
rationalize: 146
rco: 147
real: 148

real(z) returns the real part of the complex number z.

rect: 149
roots: 150
rotate: 151
round: 152
run: 153
sexpr: 85

format as s-expression string

shape: 154
simplify: 155
sin: 156
sinh: 157
spread: 158
sqrt: 159
st: 160
stop: 161
subst: 162
subtract: 163
succ: 164
sum: 165
symbol: 166
tan: 167
tanh: 168
tau: 169

tau(x) = 2 * PI * x

taylor: 170
test: 171
testeq: 172
testge: 173
testgt: 174
testle: 175
testlt: 176
testne: 177
trace: 178
transpose: 179
tty: 180
typeof: 181
unit: 183
uom: 182
version: 184
zero: 185