数值的整数次方

#include <iostream> #include <math.h> using namespace std; bool equalzero(double a,double b) { if((a-b<0.0000001)&&(a-b>-0.0000001)) return true; else return false; } double p
相关文章
相关标签/搜索