10 Commits (c5793cab027320f76f7d49ad282435b43c89a90f)

Author SHA1 Message Date
fdai7764 c5793cab02 added test for sin of value beyond two pi as well as corresponding functionality 1 year ago
fdai7764 7e5d74ffa6 refactoring: used a comment to explain the shifting of the curve as I see no way to make that clear with variable names. Furthermore, used the already implemented basic calculating operations to reduce duplication of code 1 year ago
fdai7764 e7eac8472b added test for sin of rad value between pi and 2pi as well as corresponding functionality 1 year ago
fdai7764 6b1e26dc3e refactoring: improved readability of sin approx function by splitting the bhaskara formula into multiple lines as well as using the already implemented functions for basic calculation functions 1 year ago
fdai7764 068330af98 added test for sin of rad value in the limits of one period of sin as well as corresponding functionality 1 year ago
fdai7764 c37fec2514 added test for sin of 0 as well as corresponding functionality 1 year ago
fdai7764 6767e8a3f3 refactoring: Made the piApproxLeibniz function use the already implemented functions for basic addition, multiplication and division 1 year ago
fdai7764 6845c8c27a added test for approximating pi with a negative precision number and added functionality to return negaive one in this case to indicate error 1 year ago
fdai7764 509de48aed added test for approximating pi as well as corresponding functionality using the leibniz-series 1 year ago
fdai7764 5baa1e2d39 added test for conversion from radian to degree with some tolerance as well as corresponding functionality 1 year ago