numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of custom_float class. More...
#include <cstdint>
#include <limits>
#include "num_collect/base/concepts/integral.h"
#include "num_collect/base/concepts/signed_integral.h"
#include "num_collect/base/index_type.h"
#include "num_collect/util/bidirectional_vector.h"
Go to the source code of this file.
Classes | |
class | num_collect::numbers::custom_float< Radix, Digit, DigitCalc > |
Class of floating numbers in a custom number system with given radix. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::numbers |
Namespace of classes of numbers. | |
Definition of custom_float class.
Definition in file custom_float.h.