Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(.approximates.)
Interface
13 statements
Source File
julienne_test_diagnosis_m.F90
julienne_test_diagnosis_m
operator(.approximates.)
Contents
Functions
approximates_double_precision
approximates_real
public interface operator(.approximates.)
Functions
private elemental module function approximates_double_precision(actual, expected) result(operands)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
double precision,
intent(in)
::
actual
double precision,
intent(in)
::
expected
Return Value
type(
operands_t
(double_precision))
private elemental module function approximates_real(actual, expected) result(operands)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
real,
intent(in)
::
actual
real,
intent(in)
::
expected
Return Value
type(
operands_t
)