Useful_Math 0.0.2

A crate with a bunch of "useful" math features all in one place if you want specific math functions/structs I reccomend finding those specific crates NOTE:INCOMPLETE DO NOT USE IT LITERALLY DOES NOTHING
Documentation
#[cfg(test)]
mod tests {
    #[test]
    fn sin_test() {
		
    }
    fn cos_test() {
    	
    }
    fn tan_test() {
    	
    }
}
mod functions {
	fn sin(){
		
	}
	fn cos(){
		
	}
	fn tan(){
		
	}
}