12 lines
204 B
C++
12 lines
204 B
C++
/** @file Float.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DFloat.hpp"
|
|
#include "number/IGCObject_DFloat.hpp"
|
|
#include "number/IPrintable_DFloat.hpp"
|
|
|
|
/* end Float.hpp */
|