@Immutable
public class GaussianLatitudes
extends java.lang.Object
Calculate Gaussian Latitudes by finding the roots of the ordinary Legendre polynomial of degree
NLAT using Newton's iteration method.
Moderately expensive to compute, so keep LRU cache.