Skip to content

Commit

Permalink
delete obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
quaternic committed Oct 28, 2024
1 parent 4684e40 commit 8355151
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/math/sincosf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ pub fn sincosf(x: f32) -> (f32, f32) {
#[cfg(test)]
mod tests {
use super::sincosf;
// use crate::_eqf;

// #[test]
// fn with_pi() {
// let (s, c) = sincosf(core::f32::consts::PI);
// _eqf(s.abs(), 0.0).unwrap();
// _eqf(c, -1.0).unwrap();
// }

#[test]
fn rotational_symmetry() {
Expand Down

0 comments on commit 8355151

Please sign in to comment.