Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=pr), | intent(in) | :: | parameters(4) | |||
real(kind=pr), | intent(out) | :: | real_roots(3) | |||
complex(kind=pr), | intent(out) | :: | complex_roots(3) | |||
integer, | intent(out) | :: | flag |
flag that identifies which case the solution is
- |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public | :: | disc | ||||
real(kind=pr), | public | :: | nan | ||||
real(kind=pr), | public | :: | p | ||||
real(kind=pr), | public, | parameter | :: | pi | = | atan(1.0_pr)*4.0_pr | |
real(kind=pr), | public | :: | q | ||||
real(kind=pr), | public | :: | theta | ||||
real(kind=pr), | public | :: | u | ||||
real(kind=pr), | public | :: | v |