Ilian's answer to question 72229, involves
SetSystemOptions["CatchMachineUnderflow" -> False]
Evidently, this worked in earlier versions of Mathematica, but in version "11.3.0 for Microsoft Windows (64-bit) (March 7, 2018)", it does not, returning
SetSystemOptions::sysname: CatchMachineUnderflow is not a known SystemOption.
Does an alternative exist in the new version of Mathematica?
Answer
I just want to save this information from comments. @ilian mentioned in comments:
This command is simply not needed in 11.3 and later because what it accomplishes is now the default (and only) behavior, so you can think of
CatchMachineUnderflowas being permanently set toFalse. There are also some new warning messages that can be easily turned off.
Comments
Post a Comment