summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/partitions2/src/math.mpp
blob: 9e25525136489c72a4f74b7112a40e2195cbbc7b (plain)
1
2
3
4
5
6
7
export module math; // math module declaration

export namespace Math
{
    double superLog(double z, double b);
    double lerchZeta(double lambda, double alpha, double s);
}