Hey guys,✋can anyone help me to make a scientific calculator using #c? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

2nd Sep 2017, 3:59 PM
Akash
Akash - avatar
5 Answers
+ 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.
2nd Sep 2017, 4:04 PM
Retul
Retul - avatar
+ 1
I can help you!
2nd Sep 2017, 4:34 PM
Hawks1011
Hawks1011 - avatar
+ 1
#include (math.h) This has all functions, and prototypes you need. avoid reinventing the whell. (Contact me)
2nd Sep 2017, 4:36 PM
Hawks1011
Hawks1011 - avatar
+ 1
how can I contact with u?
2nd Sep 2017, 4:38 PM
Akash
Akash - avatar
0
I had tried one but not able to do the all calculation together..can you help me on this?
2nd Sep 2017, 4:16 PM
Akash
Akash - avatar