mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +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)
|
||||
*/
|
||||
|
||||
#include <iostream> /// for IO operations
|
||||
#include <iostream> /// for IO operations
|
||||
#include <cassert> /// for assert
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user