Help with IF statements
Help with IF statements
(OP)
How to I write the following in MathCAD?
If Pr >= 0.51 and Pr <= 0.7 then Scf = 2.4 + ((Pr-0.51)^3 * (3.82))
If Pr ? 0.70 then Scf = 3.125 + ((Pr-0.7) * (8.25))
Thanks,
CadLady
If Pr >= 0.51 and Pr <= 0.7 then Scf = 2.4 + ((Pr-0.51)^3 * (3.82))
If Pr ? 0.70 then Scf = 3.125 + ((Pr-0.7) * (8.25))
Thanks,
CadLady
RE: Help with IF statements
What do you mean by "pr?0.7". Is the "?" supposed to be <,=, or >?
More help to follow when I know what this means...
Imagineer