You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on function E Sample(int intPart, double fracPart) {
it might be vice to return copies of the values instead of the original values.
(Smth like ... return E(values_[intPart]); else return E(aliasedValues_[intPart]); ...