Closed thsubaku9 closed 3 years ago
Hi @thsubaku9, Thanks for your contribution! The examples are missing. Please add those in Readme and example_reducing_utils_test.go .
Sorry for the delay. I believe things should be in order now
Sorry about that (οΌδΈ_δΈ)
Alright, I think that is it?
Thanks for your contribution @thsubaku9 !π
I really appreciate it π
Thank you for your time and patience π
This PR is regarding the addition of Pv and Npv functions. Test cases regarding the same have been added.
Npv takes the second parameter as an array of float as opposed to using variadic functions. This was done as testing variadic functions is cumbersome at present ( javascript handles this using the spread syntax so any array can be unpacked and passed accordingly).
Kindly review my code for improvements.