bpp-phyl3  3.0.0
ExtendedFloat.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #include "ExtendedFloat.h"
6 
7 const double bpp::ExtendedFloat::ln_radix(std::log (static_cast<double>(ExtendedFloat::radix)));
static const double ln_radix
Definition: ExtendedFloat.h:51