[core] irrt: Minor reformat

This commit is contained in:
David Mak 2025-01-02 15:28:28 +08:00
parent 2f0847d77b
commit 1ffe2fcc7f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include "irrt/int_types.hpp"
namespace {
// adapted from GNU Scientific Library: https://git.savannah.gnu.org/cgit/gsl.git/tree/sys/pow_int.c
// need to make sure `exp >= 0` before calling this function