Variable MathModuleConst

MathModule: {
    abs: Func;
    ceil: Func;
    floor: Func;
    max: Func;
    min: Func;
    pow: Func;
    random: Func;
    rate: Func;
    round: Func;
    scope: Record;
    sqrt: Func;
}

Type declaration

Generated using TypeDoc