fn builtin_exp( args: &[RValue], _: &[(String, RValue)], ) -> Result<RValue, RError>
Exponential function (e^x).
@param x numeric vector @return numeric vector of e raised to each element