Documentation code and object
released under LGPL
licence.
Copyright (C) 2005 by Henrique Abdalla <teike@users.sourceforge.net>
Website created with Website
Template Control.
Menu
(plain HTML)
|
Menu
(powered by javascript)
|
SubProject: Number
Depends
on CallStack library.
A library that operate with all
diferent datatypes of numbers (int, float...).
Example:
cNumber n = 10;
cout<<"float="<<n.f()<<NL;
n+=15.3L;
cout<<"int="<<n.i()<<NL;
cout<<"long
double="<<n.ld()<<NL;
output:
10.000000
25
25.300000
Look at cNumber.h for details.