Problem using unit "mn"
|
09-06-2018, 03:04 AM
Post: #6
|
|||
|
|||
RE: Problem using unit "mn"
(09-06-2018 01:31 AM)CyberAngel Wrote:(09-05-2018 06:39 PM)parisse Wrote: min is a CAS command (minimum).[HOME] If my educated guess above is correct then the following might help to pinpoint the underlying parsing problem [Home] #1048576:64d [Enter] #1048576:64d This means that after ":" the 64 is word size and "d" is decimal (h=hex, o=oct, b=bin) # starts a binary number, not exact integer or approximate decimal Now say I have a variable 'd' of a value exactly 9 [CAS] [Menu] 1 Get from Home select the #1048576:64d [Enter] #(1048576),64*d) :(1048576:576) Here the parsing of a binary integer get all mixed up in CAS Both the word size ":" and the binary "#" should be handled first priority before variables and similarly to [Home] The parsing problem here is that if there's a ":" word size symbol then the "d" after the ":64" is interpreted as a variable 'd' Anyway the CAS doesn't retain binary integers, but changes them to exact integers I think it should keep them like the [Home] mode does - - - VPN |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problem using unit "mn" - ChrisSchw - 09-05-2018, 10:46 AM
RE: Problem using unit "mn" - DA74254 - 09-05-2018, 01:43 PM
RE: Problem using unit "mn" - StephenG1CMZ - 09-06-2018, 01:52 PM
RE: Problem using unit "mn" - ChrisSchw - 09-05-2018, 02:10 PM
RE: Problem using unit "mn" - parisse - 09-05-2018, 06:39 PM
RE: Problem using unit "mn" - CyberAngel - 09-06-2018, 01:31 AM
RE: Problem using unit "mn" - CyberAngel - 09-06-2018 03:04 AM
RE: Problem using unit "mn" - Tim Wessman - 09-06-2018, 03:32 AM
RE: Problem using unit "mn" - CyberAngel - 09-06-2018, 01:27 PM
RE: Problem using unit "mn" - parisse - 09-06-2018, 03:33 PM
RE: Problem using unit "mn" - CyberAngel - 09-06-2018, 04:08 PM
RE: Problem using unit "mn" - parisse - 09-06-2018, 06:54 PM
RE: Problem using unit "mn" - CyberAngel - 09-06-2018, 07:16 PM
|
User(s) browsing this thread: 2 Guest(s)