pub fn require_number(nb: &ValueWord) -> Result<f64, VMError>
Extract a number (f64 or i64 coerced to f64) from a ValueWord, or return a type error.