Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
This may be the dumbest question I've ever asked, but what does it do?
5 / 3 % = .15
6 / 3 % = .18
anything % = 0
What's the equation taking place?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I'm a little bit confused on it's usage. Is it only applicable when a divide operation is performed?
8/8 % = .64 (8 * 8 = 64 /100 = .64) got it
8*8 % = .64 ... I just multiplied there, but it's the same as the divide above?
and it seems like 8/8 in percent would be 1 (100%). So it can't be the percent.
And how come 8% = 0? (is it (8*0)/100 ?)
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
So if you needed to find 3 percent of 30, you'd go 30*3%
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
When you do an operation like 4*3%, when you press the % button, what shows up in the display is X(the second number) percent of Y(the first number).
so 3% of 4 is .12, which then when you hit =, the following equation takes place 4*.12 = .48
So the following equations are equal and true
4*3% = .48
4*.12 = .48
I spent quite a while confusing myself on something so simple.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Haha. Yes, 4*3% will display 0.12. (since 3% of 4 = .12). Then you hit the equal (=) button, and it gives you .48. You have to hit the equal because you never finished your equation.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.