Intellij IDEA plugin to fold Math.abs, Math.pow, Math.sqrt, Math.cbrt into more readable, mathematical symbols.
Math.sqrt(4) → √4
Math.pow(4 - 10, 3) → (4 - 10)³
Math.sqrt(Math.abs(10 - a) + Math.cbrt(5 + Math.pow(5, 3))) → √(|10 - a| + ∛(5 + 5³))
