Posts by Conrad Bittencourt • 23 points
2 posts
-
0
votes1
answer208
viewsA: Instantiating a class object in an Input
Hello, First it is very important to choose good names for functions. If the purpose of the function is to relate a room to a discipline, I suggest the name relaciona_sala_disciplina(). It sounds…
pythonanswered Conrad Bittencourt 23 -
2
votes1
answer213
viewsQ: Code adaptation Fortran for python [Runtimewarning: overflow encountered in double_scalars]
I tried to adapt the following code in Fortran to python: PROGRAM Escape_tent IMPLICIT NONE ! Declare local variables INTEGER :: i,j,tfinal,P,k,rede Real,dimension(0:2800) :: x,xn real, external ::…