if (isNegative(x) || isZero(x)) {
    revert("Ln: domain error, x <= 0");
}
