expm1 function

VARP expm1(
  1. VARP x
)

Implementation

VARP expm1(VARP x) => F.expm1(x);