Operator real(R16P) /=.
type(vector) :: pt
pt = ex + ey + ez
print "(L1)", 1._R16P /= pt
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=R16P), | intent(in) | :: | lhs | Left hand side. |
||
| class(vector), | intent(in) | :: | rhs | Right hand side. |
Operator result.