TypeScript
TypeScript copied to clipboard
New math functions
Includes changes related to Issue: https://github.com/TheAlgorithms/TypeScript/issues/10
Included new maths functions and tests to calculate the geometric mean, triangle inequality, coprime, binary exponentiation, and area of regular hexagon, pentagon, and octagon, plus the tests for each.
Please remove the coprime check: #250 was opened earlier and implements a strictly better algorithm, obsoleting this one.