Division doesn't seem to be in, took me a while to figure out why I kept getting 0 values when I shouldn't have been Yes, I realize I can just multiply instead, but this is a peculiar thing to be missing
EDIT: Apparently it works with decimals. While 1/2 gives me 0, 1.0/2.0 gives me .5! yay!
I'm confused (I get what you're saying of course, but not sure why only integer answers are possible?) Is it integer/integer must equal integer? I've never run into this before. Thanks for the heads up tho