src/Utils.h

Tue, 01 Mar 2022 09:47:21 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 01 Mar 2022 09:47:21 +0100
changeset 34
5510352432f5
parent 29
76846c99f827
child 42
88e827ea7172
permissions
-rw-r--r--

Finisch fermentables 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