mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 19:28:26 +08:00
runtime: expose rint from libm
This commit is contained in:
parent
3c1cbf47d2
commit
f5100702f6
@ -101,6 +101,7 @@ static mut API: &'static [(&'static str, *const ())] = &[
|
||||
api!(log10),
|
||||
api!(nextafter),
|
||||
api!(pow),
|
||||
api!(rint),
|
||||
api!(round),
|
||||
api!(sin),
|
||||
api!(sinh),
|
||||
|
Loading…
Reference in New Issue
Block a user