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