#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_string_to_float(
stack: Stack,
) -> StackExpand description
Convert String to Float: ( String – Float Int ) Returns the parsed float and 1 on success, or 0.0 and 0 on failure
§Safety
Stack must have a String value on top