I recently came across the following formula referenced in this particular answer here: https://math.stackexchange.com/a/493434/106050.
This is pretty much perfect to what I would like to use in a statistical library I'm working on, but I was wondering if there is a way to simplify this such that f(x) would yield the decimal percentage of the population covered by x standard deviations within a normal distribution; i.e.
f(1) = .6827
f(2) = .9545
f(3) = .9973, etc...
I'd like this to work for decimal standard deviations as well... what's the simplest equation that could satisfy this? I'm hoping it won't require integral calculation of any kind...