Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
point2_from_polar_int
Function
7 statements
Source File
math_geom.f90
foreng_math_geom
point2_from_polar_int
Contents
None
public function point2_from_polar_int(rho, theta) result(point)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
rho
integer,
intent(in)
::
theta
Return Value
type(
point2
)
Contents
None