将代数式写成C语言表达式
sin50度
arccos(x)
tg(arctg(5/6)-arctg(7/8))
x^2-e^22
还有根号派怎么表示啊?
人气:218 ℃ 时间:2020-02-06 02:21:13
解答
#include sin50度——sin(50/180*3.1415926) arccos(x)——acos(x) tg(arctg(5/6)-arctg(7/8))——tan(atan((double)5/6)-atan((double)7/8))x^2-e^22——pow(x,2)-pow(e,22) //e的值我忘了,pow是C++的函数我忘了C语...
推荐
猜你喜欢
- 英语翻译
- 高楼发生地震怎么办
- 91.56/0.7/0.6=怎么简算
- 中国历史中.左倾错误和右倾错误的左,右各指什么?
- 求负343的立方根,负2又27分之10的立方根,4加27分之17的立方根,负0.125分之0.064的平方根
- 设a1,a2,a3线性无关,问实数l,m满足什么条件时,la2-a1、ma3-a2、a1-a3也线性无关
- --Could you tell me when____?--At 10:25,in ten minutes.
- - f(x) 在[a,b]连续 在(a,b)上可导,证明:存在ξ,η∈(a,b),使f'(ξ)=(η^2)f'(η)/ab