Choral
Private Member Functions | List of all members
real_type::re Interface Reference

conversion integers or rational to real More...

Collaboration diagram for real_type::re:
Collaboration graph

Private Member Functions

real(rp) function rf (n, d)
 Conversion of rational fraction n/d –> real(RP) More...
 
real(rp) function ri (n)
 Conversion integer –> real(RP) More...
 

Detailed Description

conversion integers or rational to real

Definition at line 153 of file real_type.F90.

Member Function/Subroutine Documentation

◆ rf()

real(rp) function real_type::re::rf ( integer, intent(in)  n,
integer, intent(in)  d 
)
private

Conversion of rational fraction n/d –> real(RP)

Definition at line 338 of file real_type.F90.

◆ ri()

real(rp) function real_type::re::ri ( integer, intent(in)  n)
private

Conversion integer –> real(RP)

Definition at line 347 of file real_type.F90.


The documentation for this interface was generated from the following file: