Toggle navigation
hp
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
unary_f
Abstract Interface
12 statements
Source File
rpn_stack.f90
rpn_stack
unary_f
Contents
None
abstract interface
public function unary_f(a) result(r)
Arguments
Type
Intent
Optional
Attributes
Name
type(
rpn_t
),
intent(in)
::
a
Return Value
type(
rpn_t
)