• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * s_cosf.c - single precision cosine function
3  *
4  * Copyright (c) 2009-2018, Arm Limited.
5  * SPDX-License-Identifier: MIT
6  */
7 
8 #define COSINE
9 #include "s_sincosf.c"
10 
11 /* end of s_cosf.c */
12