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

PROGRAMMING:Approximate value of SiNx by Taylor expansion

Luz5年前 (2021-05-10)题库446
The polynomial of SiNx approximation by Taylor expansion is as follows:
![](~/ 238)。
Input x to get the approximate value of SiNx, the error is not more than 0.00001.
###Input format:
Enter a real data directly. There are no additional characters.
###Output format:
Directly output the real result with 3 decimal places.
###Input example:
```in
two point five
```
###Output example:
```out
zero point five nine eight
```






answer:If there is no answer, please comment