DB48X-on-DM42
DB48X-on-DM42 copied to clipboard
Cannot get numerical value for Avogadro constant
Getting the numerical value gets an error
We get Invalid or unknown constant for NA and Vm, but not for the other constants. The simulator does not trigger the error, only the real calculators, but the error about opening two files at the same time does not trigger.
There aren't many constants that cause the problem. In other menus, I found R∞ also causing the problem.
Also, →Num gives the same error.
The problem seems to occur for any constant that contains ⁻¹ in the definition.
The problem still exists with builtin constants, when removing the config/constants.csv file. So definitely not a problem reading the file.
We get a Syntax error editing x⁻¹ on the calculator, which does not exist in the simulator. So the problem is really parsing ⁻¹.
The expression x² and x³ parse correctly, but x⁻¹ fails with a Syntax error, and x! fails with Expected argument (though y! does work)