Joshua E. Hill

Results 2 issues of Joshua E. Hill

# Pull Request Summary We have a proposed set of changes to the JEnt library; they essentially can be broken into a few types of changes: 1. Separation of the...

I think the the following code: ``` double smooth_prob_move_from_center(double t) { double prob_shiftout; prob_shiftout = 0.5L * exp(-0.5L * t *t); return(prob_shiftout); } ``` has a problem. I think that...