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