pub fn log1p_rrule<S: ScalarAd>(x: S, cotangent: S) -> S
Reverse rule for log(1 + x).
log(1 + x)
Takes the original input x, not the result.
x