For Integer You Need To Add L
For Integer You Need To Add L
LOGICAL OPERATORS
1. Logical Not
In R programming 0= false and other numbers= true. Logical not displays the result in the opposite
manner.
This takes into consideration for both variables and if any one value of one variable is 0 it displays as
False.
3. Logical And
Now TRUE= 1
FALSE= 0
X= 5+4i