mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 06:26:05 +08:00
fix : added comments to header
This commit is contained in:
committed by
GitHub
parent
939c596630
commit
5cd8142a84
@@ -8,10 +8,10 @@
|
||||
* @author [Ameya Chawla](https://github.com/ameyachawlaggsipu)
|
||||
*/
|
||||
|
||||
#include<iostream>
|
||||
#include<cmath>
|
||||
#include<complex>
|
||||
#include <cassert>
|
||||
#include<iostream>//Standard Library for input and output
|
||||
#include<cmath>//For sine,cosine functions
|
||||
#include<complex>//For storing points and coefficents
|
||||
#include <cassert>//For Assertions
|
||||
# define pi 3.14159265358979323846
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user