Skip to content

Commit b822714

Browse files
committed
MAINT: more docs
1 parent 1d1b2ba commit b822714

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

rocketpy/Function.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,6 +2188,10 @@ def findInput(self, val, start, tol=1e-4):
21882188
----------
21892189
val : int, float
21902190
The value of the output.
2191+
start : int, float
2192+
Initial guess of the output.
2193+
tol : int, float
2194+
Tolerance for termination.
21912195
21922196
Returns
21932197
-------
@@ -2204,6 +2208,13 @@ def average(self, lower, upper):
22042208
"""
22052209
Returns the average of the function.
22062210
2211+
Parameters
2212+
----------
2213+
lower : float
2214+
Lower point of the region that the average will be calculated at.
2215+
upper : float
2216+
Upper point of the region that the average will be calculated at.
2217+
22072218
Returns
22082219
-------
22092220
result : float

0 commit comments

Comments
 (0)