Helpers shouldn't be public.

This commit is contained in:
That_One_Nerd 2023-09-11 12:52:14 -04:00
parent 35f52f494c
commit 593d55ea28

View File

@ -11,7 +11,7 @@
// to which we know the values of each part.
// Then we just do this iteratively on a bunch
// of powers of 2.
public static class CordicHelper
internal static class CordicHelper
{
private static readonly float[] p_cosTable =
{