IP and CAS - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: IP and CAS (/thread-3107.html) |
IP and CAS - salvomic - 02-15-2015 10:21 PM hi all, perhaps it has been already written (but I haven't found in the forum) or it will be corrected in the next firmware upgrade: IP() command in CAS doesn't works with the list if is written in upper case. IP({1,5.5,6.8}) gives -> when({1,5.5,6.8}>=0,{1,5,6},{1,6,7}) ip({1,5.5,6.8}) gives correctly {1,5,6} No problem in Home, both lower and upper case, and no problem in CAS with reals. RE: IP and CAS - parisse - 02-16-2015 07:17 AM Indeed, fixed in source. RE: IP and CAS - salvomic - 02-16-2015 09:38 AM (02-16-2015 07:17 AM)parisse Wrote: Indeed, fixed in source. very well! thanks |