We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859449d commit 70c7de1Copy full SHA for 70c7de1
Math/Numerical/RootFinding.php
@@ -72,11 +72,6 @@ class Math_Numerical_RootFinding
72
73
// {{{ factory()
74
75
- public function testFunction($param = 'test param')
76
- {
77
- return $param;
78
- }
79
-
80
/**
81
* Create new instance of RootFinding method class.
82
*
Math/Numerical/RootFinding/Common.php
@@ -42,11 +42,6 @@
42
*/
43
class Math_Numerical_RootFinding_Common
44
{
45
- public function testFunction()
46
47
48
- return 'dddddddddd';
49
50
51
// {{{ Properties
52
0 commit comments