Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello, I need to compare two functions F1 and F2 to get get the variable x, but im new and having trouble with it. Could someone help me. Thank you
Solved! Go to Solution.
But it doesn't let me put an equal sign between F1(x) and F2(x), saying that x is undefined
You need to use the boolean operator "Equal".
Thank you so much!
You're welcome.