摘要:
使用boost/multiprecision/cpp_dec_float.hpp #include <boost/multiprecision/cpp_dec_float.hpp> using boost::multiprecision::number; using boost::multiprec 阅读全文
摘要:
https://www.cnblogs.com/jiangkejie/p/15250760.html 公式推导 https://mathworld.wolfram.com/Erf.html erf的定义 函数erf(x)在数学中为误差函数(也称之为高斯误差函数,error function or G 阅读全文
摘要:
Linux中用gnuplot命令画图 binwidth = <something> # set width of x values in each bin bin(val) = binwidth * floor(val/binwidth) plot "datafile" using (bin($2) 阅读全文