//[MenuItem("LockstepEngine/Math/TestLutATan")] static void TestLutATan() { TestLut((i) => i, (i) => Mathf.Atan(i), (i) => new LFloat(true, LMath._LutATan(i.ToLFloat()))); }