⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sinsp_c.h

📁 ROMexamples dsp672x的romboot 例子
💻 H
字号:
/* ======================================================================== *//*  TEXAS INSTRUMENTS, INC.                                                 *//*                                                                          *//*  NAME                                                                    *//*      sinsp -- Single Precision Sine                                      *//*                                                                          *//*S AUTHOR                                                                 S*//*S     Roshan Gummattira                                                  S*//*S                                                                        S*//*S REVISION HISTORY                                                       S*//*S     14-Oct-2002 Initial revision . . . . . . . . . . .  Autogen        S*//*S                                                                        S*//*  USAGE                                                                   *//*      This function is C callable, and is called according to this        *//*      C prototype:                                                        *//*                                                                          *//*      float sinf                                                          *//*      (                                                                   *//*        float a  // Argument 1   //                                       *//*      );                                                                  *//*                                                                          *//*  DESCRIPTION                                                             *//*      This kernel returns the single precision sine of the                *//*      floating point argument a expressed in radians. The return          *//*      value is in the range of [-1,+1].                                   *//*                                                                          *//*  TECHNIQUES                                                              *//*                                                                          *//*  SOURCE                                                                  *//* ------------------------------------------------------------------------ *//*            Copyright (c) 2002 Texas Instruments, Incorporated.           *//*                           All Rights Reserved.                           *//* ======================================================================== */#ifndef SINSP_CN_H_#define SINSP_CN_H_ 1float sinsp_cn(float a);#endif/* ======================================================================== *//*  End of file: sinsp_c.c                                                  *//* ------------------------------------------------------------------------ *//*          Copyright (C) 2002 Texas Instruments, Incorporated.             *//*                          All Rights Reserved.                            *//* ======================================================================== */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -