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

`.pow` is the least problematic part of my example by a fairly long shot. Even keeping it, with operator overloading you'd get

    x + ((x + ONE).pow(2) - x)
or

    x + (pow(x + ONE) - x)


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

Search: