Function healpixNestLat( k, index )

Description:
Returns the latitude of the approximate center of the tile with a given index in the HEALPix NEST scheme.
Parameters:
k (integer)
HEALPix order (0..29)
index (long integer)
healpix index
Return Value (floating point):
latitude in degrees
Signature:
double healpixNestLat(int, long)