amath  1.8.5
Simple command line calculator
nnumb.h File Reference

Class based handling of Infinity and Not A Number. More...

#include "numb.h"
Include dependency graph for nnumb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NonNumber
 Represent a number which does not exists. More...
 

Enumerations

enum  NonNumberType { nnnan, nninf, nnninf, nnnimp }
 

Detailed Description

Class based handling of Infinity and Not A Number.

Definition in file nnumb.h.

Enumeration Type Documentation

◆ NonNumberType

Enumerator
nnnan 
nninf 
nnninf 
nnnimp 

Definition at line 40 of file nnumb.h.

41 {
42  nnnan,
43  nninf,
44  nnninf,
45  nnnimp
Definition: nnumb.h:44
Definition: nnumb.h:43
Definition: nnumb.h:42
Definition: nnumb.h:45
NonNumberType
Definition: nnumb.h:40