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