pub async fn evaluate(
x: Value,
y: Value,
degree: Value,
rest: &[Value],
) -> BuiltinResult<PolyfitEval>Expand description
Evaluate polyfit, returning the multi-output envelope used by the VM.
pub async fn evaluate(
x: Value,
y: Value,
degree: Value,
rest: &[Value],
) -> BuiltinResult<PolyfitEval>Evaluate polyfit, returning the multi-output envelope used by the VM.