Skip to content

Cannot Change Function (PR#14041)

1 message · Steven McKinney

#
Adding parentheses around the negative number is the only way to keep
such an expression robustly safe given the various whitespace alterations
that happen as such text passes through different parsers, editors,
mailers, proportional pitch font displays (which can fool human readers) ...

( ( Im(Tot_sum_log) != 0 ) || ( Re(Tot_sum_log) < (-2) ) )

Best

Steven McKinney