cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Programming Mathematical Expressions?

asdf
1-Newbie

Programming Mathematical Expressions?

I'm using the MathCAD Prime Student Edition, and I'm trying to write a program

IsOdd(x):=||if|mod(x,2)=1|||, but I can not place the = sign inside the expression. Instead, I end up with ||if|mod(x,2)|||=?

How do I place the = sign inside the expression?

Thanks.

1 REPLY 1
ValeryOchkov
24-Ruby IV
(To:asdf)

Use Ctrl + =

It is a Boolean operator Equal

Top Tags