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 e96e673 commit 5f95137Copy full SHA for 5f95137
lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/README.md
@@ -181,8 +181,8 @@ double y = stdlib_base_dists_betaprime_mode( 1.0, 2.0 );
181
182
The function accepts the following arguments:
183
184
-- **alpha**: `[in] double` first shape parameter
185
-- **beta**: `[in] double` second shape parameter
+- **alpha**: `[in] double` first shape parameter.
+- **beta**: `[in] double` second shape parameter.
186
187
```c
188
double stdlib_base_dists_betaprime_mode( const double alpha, const double beta );
0 commit comments