将代数式写成C语言表达式
题目
将代数式写成C语言表达式
sin50度
arccos(x)
tg(arctg(5/6)-arctg(7/8))
x^2-e^22
还有根号派怎么表示啊?
答案
#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语...
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
热门考点