I'm trying to port a program written in Rocky Mountain BASIC to GWT, and I'm stumped by this statement:
1040 Cfs = 0.75/((LGT(Reyns)-2)^2)
1040
is the line number. Reyns
is a Reynolds number; the formula has to do with fluid flow. LGT
is the mystery. I don't recognize it; it does not appear elsewhere in the program as far as I can see. I assume it's a BASIC function. Any guesses?