Skip to main content

exp

Function exp 

Source
pub fn exp(
    _interp: &mut Interp,
    _env: &mut Env,
    arg_values: &[Value],
) -> Result<Value>
Expand description

An exp built-in function.