Pages for logged out editors learn more
public static float cos(float value) //以弧度为单位 {
return SIN_TABLE[(int)(value * 10430.378F + 16384.0F) & 65535];
}