コード例 #1
0
ファイル: std_math_ad.hpp プロジェクト: ZiiCee/OPTI
	inline AD<Base> erf(const AD<Base> &x)
	{	return x.erf(); }