changeset 29665:5f37ef6e7114

maint: merge stable to default.
author Rik <rik@octave.org>
date Fri, 14 May 2021 08:12:42 -0700
parents 5811df727e96 (current diff) 2a1f57067fbf (diff)
children b0024e96ed31
files scripts/specfun/betainc.m scripts/specfun/betaincinv.m
diffstat 2 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/specfun/betainc.m	Thu May 13 19:05:29 2021 +0200
+++ b/scripts/specfun/betainc.m	Fri May 14 08:12:42 2021 -0700
@@ -38,13 +38,13 @@
 ##
 ## @example
 ## @group
-##                x
-##               /
-##              |
-## I_x (a, b) = | t^(a-1) (1-t)^(b-1) dt
-##              |
-##              /
-##             0
+##                           x
+##                          /
+##                  1       |
+## I_x (a, b) = ----------  | t^(a-1) (1-t)^(b-1) dt
+##              beta (a,b)  |
+##                          /
+##                         0
 ## @end group
 ## @end example
 ##
--- a/scripts/specfun/betaincinv.m	Thu May 13 19:05:29 2021 +0200
+++ b/scripts/specfun/betaincinv.m	Fri May 14 08:12:42 2021 -0700
@@ -39,13 +39,13 @@
 ##
 ## @example
 ## @group
-##                x
-##               /
-##              |
-## I_x (a, b) = | t^(a-1) (1-t)^(b-1) dt
-##              |
-##              /
-##             0
+##                           x
+##                          /
+##                  1       |
+## I_x (a, b) = ----------  | t^(a-1) (1-t)^(b-1) dt
+##              beta (a,b)  |
+##                          /
+##                         0
 ## @end group
 ## @end example
 ##