Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

numeric.h File Reference

#include "base/common.h"
#include "base/number.h"

Go to the source code of this file.

Classes

class  numeric
 float number without restrictions on precision and scale More...

Functions

numeric operator+ (const numeric &x, const numeric &y)
 global operator+
numeric operator- (const numeric &x, const numeric &y)
 global operator-
numeric operator* (const numeric &x, const numeric &y)
 global operator*
numeric operator/ (const numeric &x, const numeric &y)
 global operator/
numeric operator% (const numeric &x, const numeric &y)
 global operator%


Function Documentation

numeric operator% ( const numeric x,
const numeric y 
)

global operator%

operator%

Parameters:
x  first argument
y  second argument

Definition at line 1296 of file numeric.cpp.

References numeric::cutjunk().

numeric operator* ( const numeric x,
const numeric y 
)

global operator*

operator*

Parameters:
x  first argument
y  second argument

Definition at line 1282 of file numeric.cpp.

References numeric::cutjunk().

numeric operator+ ( const numeric x,
const numeric y 
)

global operator+

operator+

Parameters:
x  first argument
y  second argument

Definition at line 1268 of file numeric.cpp.

References numeric::cutjunk().

numeric operator- ( const numeric x,
const numeric y 
)

global operator-

operator-

Parameters:
x  first argument
y  second argument

Definition at line 1275 of file numeric.cpp.

References numeric::cutjunk().

numeric operator/ ( const numeric x,
const numeric y 
)

global operator/

operator/

Parameters:
x  first argument
y  second argument

Definition at line 1289 of file numeric.cpp.

References numeric::cutjunk().



© Copyright Terimber 2003-.