Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
belongs_to_int
Function
16 statements
Source File
math_sets.f90
foreng_math_sets
belongs_to_int
Contents
None
public function belongs_to_int(x, A) result(bool)
Check if a value belongs to a set
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
x
integer,
dimension(:)
::
A
Return Value
logical
Contents
None