EN
Math - common problems (Cross technology)
5
points
todo:
- JavaScript - calculate cos in degrees - Dirask
- https://dirask.com/posts/JavaScript-calculate-sin-in-degrees-DNkLrp
- https://dirask.com/posts/JavaScript-convert-radians-to-degrees-rad-to-deg-wDkr01?posts-list=JM3vLv
- https://dirask.com/posts/JavaScript-example-how-to-calculate-logarithm-with-custom-base-xpJvop
- https://dirask.com/posts/JavaScript-how-to-calculate-root-of-any-degree-Vjox41
- + in other lang
TODO:
- create JS math - common problems - related post list + add all math problems to this list
Problem | Cross | JS/Node | Java | C# | Python | Bash | PHP | C++ | |
---|---|---|---|---|---|---|---|---|---|
Math.sin in degrees | |||||||||
calculate cos in degrees | |||||||||
calculate sin in degrees | |||||||||
Fibonacci sequence | |||||||||
Iterative Fibonacci sequence | |||||||||
calculate root of any degree | |||||||||
get decimal part of float number | |||||||||
round ceil with precision up-to n decimal places example | |||||||||
round floor with precision down-to n decimal places example | |||||||||
round with precision to n decimal places | |||||||||
use Monte Carlo method to calculate pi constant number | |||||||||
use Monte Carlo method to calculate surface area (definite integral) | |||||||||
calculate logarithm with custom base |
Note:
TODO: check empty cells in dirask search and paste links.