20 Eylül 2016 Salı

std::isfinite

Giriş
Şu satırı dahil ederiz.
#include <cmath>
C++11 ile geldi.

isfinite - double
Şöyle yaparız.
double val = value;
if (std::isfinite(val)) {...}
isfinite - float
Örnek ver

isfinite - long double
Örnek ver

Hiç yorum yok:

Yorum Gönder