1 /* 2 * s_sinf.c - single precision sine function 3 * 4 * Copyright (c) 2009-2018, Arm Limited. 5 * SPDX-License-Identifier: MIT 6 */ 7 8 #define SINE 9 #include "s_sincosf.c" 10 11 /* end of s_sinf.c */ 12