mirror of
https://git.intege.rs/xlib/x.git
synced 2025-12-05 20:35:01 +00:00
libm
This commit is contained in:
9
tests/test_math.rs
Normal file
9
tests/test_math.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
use x::Libm;
|
||||
|
||||
#[test]
|
||||
pub fn test_math() {
|
||||
let a = 2f32.powi(4);
|
||||
println!("Test: {a}");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user