> On Apr 15, 2016, at 8:20 AM, Stephen Canon via swift-evolution > <[email protected]> wrote: > > “e” is a great bike-shedding example. While it would definitely allow a > fluent style if you know what you’re looking at, I worry a little bit about > readability of `Float.e` or `.e` in source. Most programmers are at least > passingly familiar with pi, but that familiarity doesn’t necessarily extend > to e. IDEs and docstrings make this palatable, of course.
It's also questionable to me how often `e` itself is interesting independent of an exp() or log() operation. -Joe _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
