mirror of
https://git.intege.rs/xlib/x.git
synced 2026-06-13 21:12:42 +00:00
libm
This commit is contained in:
@@ -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