Difference between revisions of "Manuals/calci/ISCOMPLEX"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ISCOMPLEX (Thing)'''</div><br/> *<math>Thing</math> is any number. ==Description== *<math>ISCOMPLEX</math> function checks if the given number...") |
|||
Line 17: | Line 17: | ||
# ISCOMPLEX(7) = false | # ISCOMPLEX(7) = false | ||
# ISCOMPLEX("9-i7") = false | # ISCOMPLEX("9-i7") = false | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=SP-YJe7Vldo&t=1s|280|center|Copmlex}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:03, 4 March 2019
ISCOMPLEX (Thing)
- is any number.
Description
- function checks if the given number is Complex or not.
- This function is one of the group in .
- The is also known as data information functions, data inspection functions or data-testing functions.
- This function is gives the result as TRUE when the given number is a Complex number otherwise this function will return the result as FALSE.
- A complex number is a combination of a real and an imaginary number.
- A number which is positive or negative, rational or irrational or decimals are called real numbers.
- An Imaginary number is a number that when squaring it gives a negative result.
- For e.g. . Because a negative times a negative is positive.
- A complex number is a number is in the form , where and are real numbers and is the imaginary unit. Where
Examples
- ISCOMPLEX(1+ⅈ3) = true
- ISCOMPLEX(7) = false
- ISCOMPLEX("9-i7") = false
Related Videos
See Also
References