sincos.h
来自「LINUX 下, 以 QT/KDE 写的档案管理员」· C头文件 代码 · 共 18 行
H
18 行
//Author: Max Howell <max.howell@methylblue.com>, (C) 2003-4//Copyright: See COPYING file that comes with this distribution#ifndef SINCOS_H#define SINCOS_H#include <math.h>#if 0#if __GLIBC__ < 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ < 1 void sincos( double angleRadians, double *Sin, double *Cos );#endif#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?