lindows/lcrash/math.h

7 lines
120 B
C

#pragma once
#include <lcrash/types.h>
/// Raise Base to the Exponent power
s64 RaiseInteger(s64 Base, u64 Exponent);