-->
当前位置:首页 > 题库

PROGRAMMING:Using math. H in C standard library to calculate the value of two mathematical expressions.

Luz5年前 (2021-05-10)题库420
Using math. H in C standard library to calculate the value of two mathematical expressions. The input x is real data.
![ ww.png](~/5e97049f-82c4-452f-9d3a-d2d9d5bab74f.png)
###Input example:
```in
-1
```
###Output example:
```out
f(-1.0) = -1.0
```







answer:If there is no answer, please comment