Skip to content

Commit 43fcdf5

Browse files
authored
docs: use available width of 80 chars
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent d99a756 commit 43fcdf5

File tree

1 file changed

+6
-6
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/burr-type3/cdf/docs

1 file changed

+6
-6
lines changed

lib/node_modules/@stdlib/stats/base/dists/burr-type3/cdf/docs/repl.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
{{alias}}( x, α, β )
3-
Evaluates the cumulative distribution function (CDF) for a
4-
Burr (type III) distribution with first shape parameter
5-
`α` and second shape parameter `β` at a value `x`.
3+
Evaluates the cumulative distribution function (CDF) for a Burr (type III)
4+
distribution with first shape parameter `α` and second shape parameter `β`
5+
at a value `x`.
66

77
If provided `NaN` as any argument, the function returns `NaN`.
88

@@ -51,9 +51,9 @@
5151

5252

5353
{{alias}}.factory( α, β )
54-
Returns a function for evaluating the cumulative distribution
55-
function (CDF) of a Burr (type III) distribution with
56-
first shape parameter `α` and second shape parameter `β`.
54+
Returns a function for evaluating the cumulative distribution function (CDF)
55+
of a Burr (type III) distribution with first shape parameter `α` and second
56+
shape parameter `β`.
5757

5858
Parameters
5959
----------

0 commit comments

Comments
 (0)