C++程序  |  12行  |  188 B

/*
 * s_sinf.c - single precision sine function
 *
 * Copyright (c) 2009-2018, Arm Limited.
 * SPDX-License-Identifier: MIT
 */

#define SINE
#include "s_sincosf.c"

/* end of s_sinf.c */