pub fn require_f64(nb: &ValueWord) -> Result<f64, VMError>
Extract an f64 from a ValueWord, or return a type error.
This only extracts inline f64 values; it does not coerce integers.