src/Utils.h

Mon, 28 Feb 2022 21:21:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 28 Feb 2022 21:21:33 +0100
changeset 31
ab17a56a47dd
parent 29
76846c99f827
child 42
88e827ea7172
permissions
-rw-r--r--

Setup translation system and started the Dutch translation

#ifndef _UTILS_H
#define	_UTILS_H


/**
 * @namespace Utils
 *
 * @brief Global math functions.
 */
namespace Utils {

    double lintner_to_kolbach(double lintner);

    double kolbach_to_lintner(double kolbach);
}

#endif

mercurial