TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

New math functions

Open awu1130 opened this issue 1 year ago • 1 comments

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.

awu1130 avatar Oct 02 '24 06:10 awu1130

Please remove the coprime check: #250 was opened earlier and implements a strictly better algorithm, obsoleting this one.

appgurueu avatar Oct 03 '24 17:10 appgurueu