Skip to content

Commit ebe857d

Browse files
committed
Mark parameters as optional
1 parent af36f4b commit ebe857d

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/fastmath/special/alpha-max-plus-beta-min/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/fastmath/special/alpha-max-plus-beta-min/docs/repl.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
beta: number
3636
Beta.
3737

38-
nonnegative: boolean
38+
nonnegative: boolean (optional)
3939
Boolean indicating whether input values are always nonnegative.
4040

41-
ints: boolean
41+
ints: boolean (optional)
4242
Boolean indicating whether input values are always 32-bit integers.
4343

4444
Returns

0 commit comments

Comments
 (0)