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

PROGRAMMING:trigonometric function

Luz5年前 (2021-05-10)题库389
Program input a angle value R (real number) of angle a, output sine value and cosine value of angle A.
###Input example:
```in
thirty
```
###Output example:
```out
0.500000 0.866025
```







answer:If there is no answer, please comment