8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e252eb6 commit 1fb9d78Copy full SHA for 1fb9d78
README.md
@@ -70,6 +70,7 @@ a set of rules that precisely define a sequence of operations.
70
* `B` [Is Power of Two](src/algorithms/math/is-power-of-two) - check if the number is power of two (naive and bitwise algorithms)
71
* `B` [Pascal's Triangle](src/algorithms/math/pascal-triangle)
72
* `B` [Complex Number](src/algorithms/math/complex-number) - complex numbers and basic operations with them
73
+ * `B` [Radian & Degree](src/algorithms/math/radian) - radians to degree and backwards conversion
74
* `A` [Integer Partition](src/algorithms/math/integer-partition)
75
* `A` [Liu Hui π Algorithm](src/algorithms/math/liu-hui) - approximate π calculations based on N-gons
76
* **Sets**
0 commit comments