fn builtin_numeric(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Create a double vector of zeros with the given length.
Also aliased as double.
@param length number of elements (default: 0) @return double vector initialized to 0.0