Skip to content

Commit 6362f91

Browse files
committed
test function added
1 parent 6587e4e commit 6362f91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Math/Numerical/RootFinding.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
class Math_Numerical_RootFinding
6464
{
6565
// {{{ factory()
66+
67+
public function testFunction($param = 'test param')
68+
{
69+
return $param;
70+
}
6671

6772
/**
6873
* Create new instance of RootFinding method class.

0 commit comments

Comments
 (0)