fix : added comments to header

This commit is contained in:
ameyachawlaggsipu 2021-10-07 21:10:00 +05:30 committed by GitHub
parent 939c596630
commit 5cd8142a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;