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