合集-全家桶合集
摘要:一、前置芝士 1. 基本概念 多项式: 有限项相加的求和式 \(\sum a_nx^n\),记作 \(f(x) = \sum a_nx^n\) 多项式的度(次数):对于一个多项式 \(f(x)\),称其最高次项的次数为该多项式的度(\(degree\)),也称次数,记作 \(\deg f\) 级数:
阅读全文
摘要:完整板子 #include<bits/stdc++.h> using namespace std; const double eps = 1e-8,Pi = acos(-1.0); inline int dcmp(double x){return (x<-eps)?-1:(x>eps?1:0);}
阅读全文

浙公网安备 33010602011771号