lua_pushnumber

Function lua_pushnumber 

Source
pub unsafe extern "C-unwind" fn lua_pushnumber(
    l: *mut lua_State,
    n: c_double,
)
Expand description

Pushes a number with value n onto the stack. [-0, +1, -]