1pub mod abs; 2pub mod cos; 3pub mod exp; 4pub mod ln; 5pub mod log; 6pub mod pow; 7pub mod sin; 8pub mod tan;