KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 Internal Operators 

Internal Operators by Precedence

The internal operators are listed in descending order of precedence. Groups of operators have the same precedence. Use parentheses to override operator precedence.

goto
goto
label
label

cosmic scope
cosmic
global scope
global
local scope
local

break
break
case
case
clearerror
clearerror
continue
continue
do
do
else
else
end
end
exit
exit
if
if
next
next
return
return
select
select
seterror
seterror
then
then
unless
unless
until
until
while
while

allow complex
allowcomplex
binary
binary
decimal
decimal
degrees
degrees
duodecimal
duodec
grads
grads
hex
hex
octal
octal
polar
polar
radians
radians
real only
realonly
rect
rect

last result
last

false
false
pi
pi
true
true

array element
[

boolean data type
boolean
numeric data type
number
post-decrement
--
post-increment
++
pre-decrement
--
pre-increment
++
string data type
string

logical not
!
logical not
not
one's complement
~
unary minus
-
unary plus
+

combinations
comb
permutations
perm

absolute value
abs
average
average
ceiling
ceil
cube root
cbrt
floor
floor
fractional part
frac
geometric mean
gmean
harmonic mean
hmean
integer part
int
maximum value
max
minimum value
min
nearest integer
nint
random number
rand
random number in range
randrange
random number seed
randseed
range
range
root
root
root mean square
rms
sign
sign
square root
sqrt
standard deviation
stddev
sum
sum
variance
variance

arc cosecant
arccsc
arc cosine
arccos
arc cotangent
arccot
arc hyperbolic cosecant
arccsch
arc hyperbolic cosine
arccosh
arc hyperbolic cotangent
arccoth
arc hyperbolic secant
arcsech
arc hyperbolic sine
arcsinh
arc hyperbolic tangent
arctanh
arc secant
arcsec
arc sine
arcsin
arc tangent
arctan
base-10 logarithm
log
cosecant
csc
cosine
cos
cotangent
cot
hyperbolic cosecant
csch
hyperbolic cosine
cosh
hyperbolic cotangent
coth
hyperbolic secant
sech
hyperbolic sine
sinh
hyperbolic tangent
tanh
natural logarithm
ln
secant
sec
sine
sin
string length
length
tangent
tan

string insert
insert
string replace
replace

complex argument
arg
complex conjugate
conj
imaginary part
imag
real part
real

exponentiation
**
exponentiation
^

division
/
factorial
!
modulo division
%
multiplication
*

left substring
left
middle substring
mid
right substring
right

addition
+
string concatenation
+
subtraction
-

greater than
>
greater than or equal to
>=
less than
<
less than or equal to
<=

equal to
==
not equal to
!=
not equal to
<>

bitwise and
&

bitwise exclusive or
\

bitwise or
|

bitwise equivalence
<->
bitwise implication
->

and
&&
and
and

exclusive or
\\
exclusive or
xor

or
||
or
or

addition assignment
+=
assignment
=
division assignment
/=
exchange assignment
<=>
modulo assignment
%=
multiplication assignment
*=
string append
+=
subtraction assignment
-=

polar coordinate
|/
rectangular coordinate
|_


  Copyright  ©  MMXXIV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy