Merge pull request #11 from PowerKiKi/unit-tests-imexp

Fix unit tests for IMEXP() function
This commit is contained in:
Mark Baker 2016-08-13 11:40:11 +01:00 committed by GitHub
commit 408c1a9218
2 changed files with 27 additions and 28 deletions

View File

@ -228,7 +228,6 @@ class EngineeringTest extends \PHPUnit_Framework_TestCase
/**
* @dataProvider providerIMEXP
* @group fail19
*/
public function testIMEXP()
{

View File

@ -1,5 +1,5 @@
"12.34+5.67j", "187004.11273906-131589.323796073j"
"-12.34E-5+6.78E9i", "1.79747131321615E+308+1.79747131321615E+308i"
"-12.34E-5+6.78E9i", "0.519482808316086+0.85433649244115i"
"3.5+2.5i", "-26.5302329126575+19.8186755366902i"
"3.5+i", "17.8923550531471+27.8656919720394i"
"3.5", "33.1154519586923"