[CAS] Inconsistency with commands.
|
10-29-2016, 06:19 AM
Post: #2
|
|||
|
|||
RE: [CAS] Inconsistency with commands.
In CAS, you should use lowercase. char/asc is working in ASCII (8 bits char) extended to UTF8, while HOME is using UTF16 (16 bits char). For example
asc("a") returns a list of 1 integer asc("é") returns a list of 2 integers and char does the reverse. Which means that the sqrt symbol is coded inside CAS with UTF8 corresponding to UTF16=8370, that is with 3 integers 226, 136, 154, that you get with asc. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[CAS] Inconsistency with commands. - CH3791 - 10-28-2016, 11:26 PM
RE: [CAS] Inconsistency with commands. - parisse - 10-29-2016 06:19 AM
RE: [CAS] Inconsistency with commands. - CH3791 - 10-29-2016, 08:01 AM
|
User(s) browsing this thread: 2 Guest(s)