From 73d10f1cb694e89bdcab9c38179b7e84d98b07e7 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 27 May 2026 11:03:14 +0100 Subject: [PATCH] Rename cbrt.odin to math_cbrt.odin --- core/math/{cbrt.odin => math_cbrt.odin} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/math/{cbrt.odin => math_cbrt.odin} (100%) diff --git a/core/math/cbrt.odin b/core/math/math_cbrt.odin similarity index 100% rename from core/math/cbrt.odin rename to core/math/math_cbrt.odin