We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31a097 commit 527b606Copy full SHA for 527b606
library/std/src/sys/cmath.rs
@@ -70,7 +70,7 @@ pub unsafe fn lgammaf_r(n: f32, s: &mut i32) -> f32 {
70
cfg_if::cfg_if! {
71
if #[cfg(all(target_os = "windows", target_env = "msvc", target_arch = "x86"))] {
72
#[inline]
73
- pub unsafe fn acosf(n: f32) -> f32 {
+ pub unsafe fn acosf(n: f32) -> f32 {
74
f64::acos(n as f64) as f32
75
}
76
0 commit comments