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

◆ Cos() [1/2]

static double IFloatingPoint< double >. System.Double.Cos ( double x)
inlinestatic

Definition at line 645 of file Double.cs.

646 {
647 return Math.Cos(x);
648 }

References System.Math.Cos().