Skip to main content

ke

Function ke 

Source
pub unsafe extern "C" fn ke(real: F) -> K
Expand description

Constructor of q real object.

ยงExample

use kdbplus::api::*;
use kdbplus::api::native::*;

#[no_mangle]
pub extern "C" fn create_real(_: K) -> K{
  unsafe{ke(0.00324)}
}
q)reality: libc_api_examples 2: (`create_real; 1);
q)reality[]
0.00324e