int isfinite( /* floating-point */ x ); /* C-only macro */ template <class FloatingType> inline bool isfinite( FloatingType x ) throw(); ...
確定! 回上一頁