]> source.dussan.org Git - poi.git/commit
Bugzilla 55043 and 55042: initial support for Complex and Quotient functions
authorYegor Kozlov <yegor@apache.org>
Sun, 2 Jun 2013 16:08:17 +0000 (16:08 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 2 Jun 2013 16:08:17 +0000 (16:08 +0000)
commit24967623a9c23d1b3fb602fd7e4719ec908b72fc
tree5cd9cb53da38d4b857c5636faa1395a41fa15457
parentbf443142c7b8ae37d35a5b5d2ad6e64c339c9a37
Bugzilla 55043 and 55042: initial support for Complex and Quotient functions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488734 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/functions/Complex.java [new file with mode: 0644]
src/java/org/apache/poi/ss/formula/functions/Quotient.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestComplex.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestQuotient.java [new file with mode: 0644]