Skip to main content

extract_f64

Function extract_f64 

Source
pub fn extract_f64(slot: &KindedSlot, _label: &str) -> Result<f64>
Expand description

Extract a f64 from an intrinsic argument. Phase 1.B reads the slot’s 8 bytes as f64 directly — variadic intrinsic callers carry the kind contract per registration.