Hacker News new | ask | show | jobs
by vram22 3663 days ago
Are there any terms/concepts in math/CS that are related to or similar to "idempotence"?
1 comments

I think in this case, referential transparency means the same thing. That is, produce the same output given the same input, every time.
Got it, thanks.