Removed .mt file extension and example since there are more languages that use this.

This commit is contained in:
halirutan
2015-01-26 01:44:45 +01:00
parent 8e52c18200
commit aa8eb955e9
2 changed files with 0 additions and 18 deletions

View File

@@ -1761,7 +1761,6 @@ Mathematica:
- .cdf
- .m
- .ma
- .mt
- .nb
- .nbp
- .wl

View File

@@ -1,17 +0,0 @@
BeginTestSection["Untitled-5"]
VerificationTest[(* 1 *)
RotationMatrix[phi]
,
List[List[Cos[phi], Times[-1, Sin[phi]]], List[Sin[phi], Cos[phi]]]
]
VerificationTest[(* 2 *)
Times[1, Power[Plus[a, Times[-1, a]], -1]]
,
ComplexInfinity
,
{Power::infy}
]
EndTestSection[]