Hi, I have been trying to find the math library for GMP but didn't find any. And by "math library" I mean all the functions like cos(),sin(),tan() in c++. But for gmp all I found was just the regular plus(),minus(),divide(),mul() . So does that mean these functions don't exist for gmp? Or did I just miss it somehow? Thanks.