Top "Real-datatype" questions

Some languages like fortran and pascal has a type called real.

Integer to real conversion function

Is there a common conversion function to convert a integer type object to a real type in VHDL? This is …

type-conversion vhdl real-datatype
From Real into String Variable Conversation

Please help, how can i convert a real declared variable into a string one. Is there any function like IntToStr() ? …

string delphi variables real-datatype
Counting the number of decimal places in pascal

I just started studying pascal and I have to do a pascal program as homework. I made it but I …

decimal pascal real-datatype
Calculations with Real Numbers, Verilog HDL

I noticed that Verilog rounds my real number results into integer results. For example when I look at simulator, it …

numbers verilog hdl real-datatype
Precision problems of real numbers in Fortran

I've been trying to use Fortran for my research project, with the GNU Fortran compiler (gfortran), latest version, but I've …

fortran precision gfortran real-datatype