Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

General definition (courtesy of the wiki): A fixed point (sometimes shortened to fixpoint, also known as an invariant point) is a value that does not change under a given transformation.

So x is a fixed point of a function f if f(x) = x. This can be generalized to various kinds of things in mathematics, but as an algebraic example:

  f(x) = x^2
1 and 0 are fixed points:

  f(1) = 1^2 = 1
  f(0) = 0^2 = 0
https://en.wikipedia.org/wiki/Fixed_point_(mathematics)


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: