List of utility methods to do asin
return (value < -1) ? -HALFPI : (value > 1) ? HALFPI : Math.asin(value);