TFana
Documentation
Modules
Procedures
Derived Types
Program
cross_product
Function
MIT
8 statements
math
cross_product
Contents
public pure function cross_product(u, v) result(c)
Cross product in R3
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=rkind),
intent(in)
::
u
(3)
real(kind=rkind),
intent(in)
::
v
(3)
Return Value
real(kind=rkind), (3)