pub fn alloc_owned_mutable_f64(initial: f64) -> *mut f64
Allocate a fresh OwnedMutable cell holding an f64 payload.
OwnedMutable
f64