Calculate log(exp(a)+exp(b)) avoiding numerical issues
logSumExp(a, b)
a
Number
b
Value of log(exp(a)+exp(b))