Reputation: 719
What is the best way to convert an integer to a quadruple precision number?
For double precision I use
StrainStep = MaximumStrain/dble(StrainIterations)
but now StrainStep
and MaximumStrain
are real(16)
. What do I use instead of dble
?
Upvotes: 2
Views: 2617