pub unsafe extern "C" fn YASL_peekfloat(S: *mut YASL_State) -> f64
Expand description

[-0, +0] Returns the float value of the top of the stack, if the top of the stack is a float. Otherwise returns 0.0. Does not modify the stack. @param S the YASL_State. @return