Post Reply 
[CAS] Inconsistency with commands.
10-29-2016, 08:01 AM
Post: #3
RE: [CAS] Inconsistency with commands.
(10-29-2016 06:19 AM)parisse Wrote:  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.

Okk, thanks for clarifying.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [CAS] Inconsistency with commands. - CH3791 - 10-29-2016 08:01 AM



User(s) browsing this thread: 1 Guest(s)