Reworked script function attribute, added initial math library
This commit is contained in:
@@ -50,7 +50,7 @@ namespace UpsilonTests.GeneralTests
|
||||
[Theory]
|
||||
[InlineData("1/1", 1)]
|
||||
[InlineData("1000 / 10", 100)]
|
||||
[InlineData("656486 / 5146", 127)]
|
||||
[InlineData("656486 / 5146", 127.57209483)]
|
||||
[InlineData("656486 / 5146.0", 127.57209483)]
|
||||
public void Divison(string input, double expectedOutput)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user