mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 05:27:11 +08:00
Update numerical_methods/babylonian_method.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
* @author [Ameya Chawla](https://github.com/ameyachawlaggsipu)
|
* @author [Ameya Chawla](https://github.com/ameyachawlaggsipu)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream> /// for IO operations
|
#include <iostream> /// for IO operations
|
||||||
#include <cassert> /// for assert
|
#include <cassert> /// for assert
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user