CHAR(nb)
- where Nb is the number from 1 to 255.
Description
- This function gives the ANSI chracters for given Number.
- Function CHAR is used to give the spcific character for the number.
- Also the number is between 1 to 255.The Nb can be a number directly or indirectly like cell reference.
- The character is from the character set using in our system.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =COMPLEX(5,2)} gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 5+2i}
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle =COMPLEX(5,2,"j")} gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 5+2j}
Examples
| Complex(RN,IN,SF) | RN | IN | SF | RESULT |
|---|---|---|---|---|
| Complex(5,6) | 5 | 6 | 5+6i | |
| Complex(5,2,"j") | 5 | 2 | j | 5+6j |
| Complex(2,0,"i") | 2 | 0 | i | 2 |
| Complex(0,-4,i) | 0 | 4 | i | 4i |
| Complex(5,"j") | 5 | j | Error |