Function yaslapi_sys::YASL_popfloat
source · pub unsafe extern "C" fn YASL_popfloat(S: *mut YASL_State) -> f64Expand description
[-1, +0] Returns the float value of the top of the stack, if the top of the stack is a float. Otherwise returns 0.0. Removes the top of the stack. @param S the YASL_State. @return the float value on top of the stack.