mirror of https://github.com/m-labs/artiq.git
runtime: expose rint from libm
This commit is contained in:
parent
97909d7619
commit
17c283d091
|
@ -101,6 +101,7 @@ static mut API: &'static [(&'static str, *const ())] = &[
|
||||||
api!(log10),
|
api!(log10),
|
||||||
api!(nextafter),
|
api!(nextafter),
|
||||||
api!(pow),
|
api!(pow),
|
||||||
|
api!(rint),
|
||||||
api!(round),
|
api!(round),
|
||||||
api!(sin),
|
api!(sin),
|
||||||
api!(sinh),
|
api!(sinh),
|
||||||
|
|
Loading…
Reference in New Issue