Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged trigonometry

0 votes
329 views
1 answer
    Question is pretty self-explanatory. I've seen a couple of examples for pi but not for trigo functions. Maybe ... them in your program directly See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
450 views
1 answer
    I'm trying something that I thought should be reasonably simple. I have an angle, a position and a distance and ... how can I stop it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
335 views
1 answer
    In C++, const double Pi = 3.14159265; cout << sin(Pi); // displays: 3.58979e-009 it SHOULD ... (ideally without a thousand if-statements) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
291 views
1 answer
    Let's say I have an (x,y) that is always the same for the start point of a line and an (x,y) that changes ... * Math.sin(angle)); return y; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...