Namespace: DeltaEngine.Tests.Extensions
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void Tan() { Assert.AreEqual(0.0f, MathExtensions.Tan(0.0f), Precision); Assert.AreEqual(0.0f, MathExtensions.Tan(180.0f), Precision); Assert.AreEqual(1.0f, MathExtensions.Tan(45.0f), Precision); }
See Also