1
$\begingroup$

Is there a name for a function which, when applied to its own result, will always return that same result?

e.g. for a function $f(x) = ||x||$

$f(2.5) = 2$

and

$f(f(2.5)) = 2$

  • 1
    The property is [Idempotence](https://en.wikipedia.org/wiki/Idempotence).2017-01-09
  • 0
    @MauroALLEGRANZA post this as answer for me to mark as correct2017-01-09

1 Answers 1

2

I would say that the common name is idempotent, see https://en.wikipedia.org/wiki/Idempotence