src/Utils.h

Sat, 05 Mar 2022 21:15:59 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 05 Mar 2022 21:15:59 +0100
changeset 44
5a9a159c2d34
parent 42
88e827ea7172
child 57
75d11cc05ce4
permissions
-rw-r--r--

Added yeasts and hops XML exports.

#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);
    double ebc_to_srm(double ebc);
    double srm_to_ebc(double srm);
}

#endif

mercurial