C++程序  |  12行  |  192 B

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

#define COSINE
#include "s_sincosf.c"

/* end of s_cosf.c */