src/Utils.h

Sun, 20 Feb 2022 12:13:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 20 Feb 2022 12:13:22 +0100
changeset 23
1ac3fb2569c1
parent 20
fcbbddcc22c1
child 29
76846c99f827
permissions
-rw-r--r--

Added ui files for hops, yeasts and misc inventory.

#ifndef _UTILS_H
#define	_UTILS_H


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

    double Round(double n, int d);

    double lintner_to_kolbach(double lintner);

    double kolbach_to_lintner(double kolbach);
}

#endif

mercurial