mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
* Add Exponential Distribution * Modified the documentation * Update Documentation * Update probability/exponential_dist.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Update probability/exponential_dist.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Update probability/exponential_dist.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Update the files * Removed the link from documentation * docs: remove the second brief tag * Update latex notation Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Update latex notation Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Corrected format issues * Update probability/exponential_dist.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Update probability/exponential_dist.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Update probability/exponential_dist.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * Added more test, formatted with clang-format * Update files * Update format issues * Add more tests * Added namespaces --------- Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>