Hello everyone,
I need to be able to limit(or control) precision of double datatype to 10 decimal places and not more or less. How would i do it? I can also use float or any other datatype, the issue is making precision only 10 decimal places:
0.0123456789
and this is not output...
Hi all,
so I am trying to understand Fortran and translate it into C. I came across this and don't know if there is a difference here that i need to be concerned with:
within a module, there are 2 sub-routines, both have the same arguments (arrays)
subroutine A(Ut, Uold)
real(wp)...
Hi,
I need to translate fortran 90 to C. I know C quite well, but fortran not really at all.... so i am learning on the fly. I came across this statement in code and not sure what exactly that means:
dUdt(0:ncx, 0:ncy, 1:neq)
it does not matter what the variables stand for, i just want to know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.