gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__kernel_cos from t2ex/bsd_source/lib/libc/src_bsd/math/s_sin.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_sin.c - 2.4KB - 88 lines
72:                 case 0: return  __kernel_sin(y[0],y[1],1);
73:                 case 1: return  __kernel_cos(y[0],y[1]);
74:                 case 2: return -__kernel_sin(y[0],y[1],1);
75:                 default:
76:                         return -__kernel_cos(y[0],y[1]);
77:             }