runtime/kernel: Expose libm::atanh

libconfig
David Nadlinger 2020-08-09 20:06:09 +01:00
parent 63250240d2
commit 6ccd0cb389
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ pub fn resolve(required: &[u8]) -> Option<u32> {
}
api!(atan2 = atan2)
},
api_libm_f64f64!(atanh),
api_libm_f64f64!(cbrt),
api_libm_f64f64!(ceil),
api_libm_f64f64!(cos),