Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(.within.)
Interface
15 statements
Source File
julienne_test_diagnosis_m.F90
julienne_test_diagnosis_m
operator(.within.)
Contents
Functions
within_double_precision
within_real
public interface operator(.within.)
Functions
private elemental module function within_double_precision(operands, tolerance) result(test_diagnosis)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
type(
operands_t
(double_precision)),
intent(in)
::
operands
double precision,
intent(in)
::
tolerance
Return Value
type(
test_diagnosis_t
)
private elemental module function within_real(operands, tolerance) result(test_diagnosis)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
type(
operands_t
),
intent(in)
::
operands
real,
intent(in)
::
tolerance
Return Value
type(
test_diagnosis_t
)