Loading [MathJax]/jax/output/CommonHTML/jax.js
Operators
Mathematical operations
Subtraction (-)
## [1] 630
Division (/)
## [1] 376.5
Multiplication (*)
## [1] 1368
Exponential (ax)
## [1] 1024
Exponential function
## [1] 9.999999
Square root (sqrt)
## [1] 3
Logical operators
Less than (<)
## [1] TRUE
Less than or equal to (<=)
## [1] TRUE
Greater than (>)
## [1] FALSE
Greater than or equal to (>=)
## [1] TRUE
Exactly equal to (==)
## [1] FALSE
Not equal to (!=)
## [1] FALSE
x OR y (x | y)
## [1] TRUE
x AND y (x & y)
## [1] FALSE