BC PROGRAMMING LANGUAGE NUMBER THEORY PROGRAMS (original) (raw)
January 27, 2020. I found that the BC 1.06.95 command
bc bigu stoltvialmm squareroot
produced an error message:
squareroot 667: Assignment of a void expression
However on changing the order of files to
bc squareroot bigu stoltvialmm
there was no problem! This phenomenon is not present in bc 1.07.1.
Also see Pádraig Brady's example.