Go to the source code of this file.
|
subroutine | bornes (B, N, A, XM, X0, X1) |
|
◆ bornes()
subroutine bornes |
( |
double precision, intent(in) |
B, |
|
|
integer, intent(in) |
N, |
|
|
double precision, intent(in) |
A, |
|
|
double precision, intent(in) |
XM, |
|
|
double precision, intent(inout) |
X0, |
|
|
double precision, intent(inout) |
X1 |
|
) |
| |
- Parameters
-
[in] | n | A Parameter a of the function to intgrate |
[in] | B | Parameter b of the function to intgrate |
[in] | N | Exponent n of the function to intgrate |
[out] | X0 | Lower bound of the interval |
[out] | X1 | Upper bound of the interval |
[in] | XM | Parameter xm of the function to intgrate |
Definition at line 7 of file bornes.f.