double result;
if(algorithmHighlighting)currentDynamicCall.add(token);
if(this.isVariableAlreadyCalculated(token, stack)){
//This Formula is already called--> unless recursion --> Error
throw new InfiniteRecursiveFormulaCallException(token);
}
try{
//Put the value of the local doNotDisplay Variable into the global one for accesing the value by the dynamic called functions
this.doNotdisplay = doNotDisplay;