braydenanderson2014 / C-Arduino-Libraries

This repository contains C++ and Arduino Libraries that are lightweight and easy to use. All libraries were created/mimicked by me and chatgpt.
Apache License 2.0
13 stars 0 forks source link

Logical math error (MathLib) #69

Closed braydenanderson2014 closed 5 months ago

braydenanderson2014 commented 5 months ago

This issue is Arcsinh() was not implemented correctly. If a 1 was passed into the function, it it would return 1.15 or some number similar which is not accurate. .88 would be the accurate return value.

This issue is for the MathLib Library

braydenanderson2014 commented 5 months ago

This issue has been patched but has not yet been uploaded at this time.

braydenanderson2014 commented 5 months ago

Issue patched and uploaded. Platformio has not been updated yet. I am working on testing more of the functions to verify the reliability of the code. This issue will be closed but please beware the library may still have a few logical math errors.