+ 1
Hey guys,✋can anyone help me to make a scientific calculator using #c?
The calculator should be capable of doing addition,subtraction,division,multiplication,exponentiation,trigonometric calculation. example:- input:cos(45)+5^3/29^(1/6)-1/4 output:72.0063
5 Respostas
+ 5
You should first try to make it yourself with some code. If you see any problem in the code, you can provide the code and ask here. If you don't help yourself, nobody can help you.
+ 1
I can help you!
+ 1
#include (math.h)
This has all functions, and prototypes you need.
avoid reinventing the whell.
(Contact me)
+ 1
how can I contact with u?
0
I had tried one but not able to do the all calculation together..can you help me on this?