Clapeyron.jl/src/methods /pT.jl #192
Kelethabetse
started this conversation in
General
Replies: 1 comment 1 reply
-
|
this? Clapeyron.jl/src/methods/pT.jl Line 342 in 4d6dad9 it is just a matter of arithmetic order: x/a/b is equivalent to x/(a*b). in julia, multiplication and division have the same precedence priority (Operator Precedence and Associativity)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there :)
I want to ask about line 334 and 342 in the following path: Clapeyron.jl/src/methods
/pT.jl
R is divided by T in both scenarios, I would kindly like to ask if this is a mistake? if not would you kindly elaborate. Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions