12#ifndef ARCANE_UTILS_MATH_H
13#define ARCANE_UTILS_MATH_H
18#ifndef ARCCORE_COMPILING_FRAMEWORK
19#include "arcane/utils/Convert.h"
21#include "arccore/base/MathBase.h"
43extern ARCANE_UTILS_EXPORT
double
56extern ARCANE_UTILS_EXPORT
void
67#ifdef ARCANE_REAL_USE_APFLOAT
68#include "arcane/utils/MathApfloat.h"
Declarations of types used in Arcane.
Namespace for mathematical functions.
double truncateDouble(double v, Integer nb_digit)
Truncates the precision of the real number v to nb_digit significant figures.
Int32 Integer
Type representing an integer.