mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
fix : added comments to header
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user