Update numerical_methods/babylonian_method.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ameya Chawla 2021-11-04 23:31:14 +05:30 committed by GitHub
parent 2bd853e8fd
commit 9596ac7986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
* @author [Ameya Chawla](https://github.com/ameyachawlaggsipu)
*/
#include <iostream> /// for IO operations
#include <iostream> /// for IO operations
#include <cassert> /// for assert
/**