kcalc
knumber_float.cpp File Reference
#include <config-kcalc.h>
#include "knumber_integer.h"
#include "knumber_float.h"
#include "knumber_fraction.h"
#include "knumber_error.h"
#include <QScopedArrayPointer>
#include <QDebug>
#include <math.h>
Include dependency graph for knumber_float.cpp:
Go to the source code of this file.
Namespaces | |
detail | |
Macros | |
#define | isinf(x) ((x) != 0.0 && (x) + (x) == (x)) |
#define | isnan(x) ((x) != (x)) |
Macro Definition Documentation
#define isinf | ( | x | ) | ((x) != 0.0 && (x) + (x) == (x)) |
Definition at line 36 of file knumber_float.cpp.
#define isnan | ( | x | ) | ((x) != (x)) |
Definition at line 40 of file knumber_float.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.