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)
|
* @author [Ameya Chawla](https://github.com/ameyachawlaggsipu)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include<iostream>
|
#include<iostream>//Standard Library for input and output
|
||||||
#include<cmath>
|
#include<cmath>//For sine,cosine functions
|
||||||
#include<complex>
|
#include<complex>//For storing points and coefficents
|
||||||
#include <cassert>
|
#include <cassert>//For Assertions
|
||||||
# define pi 3.14159265358979323846
|
# define pi 3.14159265358979323846
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user