Currently we hard-fail on division by zero, log of zero or negative, or sqrt of negative. An option is that we could return Inf/-Inf/NaN instead, softly. Arguably, for the sqrt, we could also return a Math::Complex, but that's little bit beyond (ta-dah) inf and nan (and handled by Math::Complex already). Just an observation.Thread Next