Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Acos() [1/2]

static float IFloatingPoint< float >. System.Single.Acos ( float x)
inlinestatic

Definition at line 573 of file Single.cs.

574 {
575 return MathF.Acos(x);
576 }

References System.MathF.Acos().