Fixing Code Formatter errors

This commit is contained in:
Ameya Chawla
2021-10-17 23:00:58 +05:30
committed by GitHub
parent 5cd8142a84
commit 89b2ce7b10

View File

@@ -8,10 +8,10 @@
* @author [Ameya Chawla](https://github.com/ameyachawlaggsipu)
*/
#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
#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;