Post Reply 
[SOLVED] Bug with INSTRING
10-27-2016, 09:36 AM
Post: #6
RE: Bug with INSTRING
To Stephen:
How do I program using unicode numeric?

To Han:
norm_instring_bug(√7)
cas_instring_bug(√7)
returns 0 in both Home and CAS. Even if the "exact" setting is ticked in CAS.

To Cyrille:
At least with the CAS program, it shouldn't have been evaluated right? Because if we have a program like say
Code:
#cas
return_expression(expression):=
BEGIN
  return expression;
END;
#end
entering return_expression(√7) in CAS will return √7 in exact form. Even without using double quotations marks.

To Tom:
Is your answer of 2 after Prime has automatically added in spaces (so creating a string like this: " √7 ")? Because the answer should be 1 since the √ is in the first position of the string.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] Bug with INSTRING - CH3791 - 10-26-2016, 08:37 AM
RE: Bug with INSTRING - StephenG1CMZ - 10-26-2016, 01:02 PM
RE: Bug with INSTRING - Han - 10-26-2016, 06:49 PM
RE: Bug with INSTRING - toml_12953 - 10-27-2016, 06:41 AM
RE: Bug with INSTRING - CH3791 - 10-27-2016 09:36 AM
RE: Bug with INSTRING - StephenG1CMZ - 10-27-2016, 01:47 PM
RE: Bug with INSTRING - CH3791 - 10-28-2016, 07:10 AM
RE: [SOLVED] Bug with INSTRING - Jan_D - 11-19-2016, 09:11 PM
RE: [SOLVED] Bug with INSTRING - CH3791 - 11-21-2016, 10:38 AM
RE: [SOLVED] Bug with INSTRING - Jan_D - 11-21-2016, 03:45 PM



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