Stressed
|
17a532637a
|
feat: add Iterative Factorial (#2453)
* Feat: Iterative factorial
* Test: Added tests for iterative factorial
* Fix: Added throw when argument exceeds maximum
Docs: Updated docs to to explain why maximum is 20
* Feat: iterative_factorial
docs: Added documentation to some functions.
test: Added exception test.
* chore: Fixed formatting
* docs: Added documentation, changed examples.
* Update math/iterative_factorial.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
* Update math/iterative_factorial.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
* Update math/iterative_factorial.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update math/iterative_factorial.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* chore: apply suggestions from code review
* Update math/iterative_factorial.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update math/iterative_factorial.cpp
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
* Fix: Exception test termination bug
* Update math/iterative_factorial.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
* Update math/iterative_factorial.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
---------
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
|
2023-07-20 22:45:57 -06:00 |
|