What exactly is a FLOP?

390 Views Asked by At

I know that is a "FLoating-point Operation" but,what exactly mean this!? Can anyone make me a mathematical example of a FLOP?

For example, is $\sqrt{2}$ a FLOP?

2

There are 2 best solutions below

6
On BEST ANSWER

No a floating point operation is an operation like $+$ $-$ $\cdot$ or $/$, where the numbers and the result are both floating point numbers.

0
On

Googling : How many FLOPs does a sqrt() take?

Here a few answers : *faq *flop counting

HTH