Operator /.
type(vector_R4P) :: pt(0:2)
pt(1) = 1 * ex_R4P + 1 * ey_R4P + 1 * ez_R4P
pt(2) = pt(1) + 1
pt(0) = pt(1) / pt(2)
print "(3(F3.1,1X))", abs(pt(0)%x), abs(pt(0)%y), abs(pt(0)%z)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vector_R4P), | intent(in) | :: | lhs | Left hand side. |
||
| type(vector_R4P), | intent(in) | :: | rhs | Right hand side. |
Operator result.