Fix unit tests for IMEXP() function
The expected value were incorrect according to LibreOffice 5 and wolframalpha.com.
This commit is contained in:
parent
ee08cafd70
commit
450c6ead99
|
@ -228,7 +228,6 @@ class EngineeringTest extends \PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dataProvider providerIMEXP
|
* @dataProvider providerIMEXP
|
||||||
* @group fail19
|
|
||||||
*/
|
*/
|
||||||
public function testIMEXP()
|
public function testIMEXP()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"12.34+5.67j", "187004.11273906-131589.323796073j"
|
"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+2.5i", "-26.5302329126575+19.8186755366902i"
|
||||||
"3.5+i", "17.8923550531471+27.8656919720394i"
|
"3.5+i", "17.8923550531471+27.8656919720394i"
|
||||||
"3.5", "33.1154519586923"
|
"3.5", "33.1154519586923"
|
||||||
|
|
Loading…
Reference in New Issue