代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/478822/1348946
h math.h
//
// "$Id: math.h,v 1.2 2002/12/01 15:38:37 neurosurg Exp $"
//
// Math header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2002 by Bill Spitzak and others.
//
// This library is fre
www.eeworm.com/read/478822/1349140
h math.h
#ifndef _MATH
#define _MATH
#pragma push_safeptr
#define HUGE_VAL 1.0e38
double acos(double a);
double asin(double a);
double atan(double a);
double atan2(double a, double b);
double cos(double a);
www.eeworm.com/read/478822/1349146
c math.c
/* math.c
*
* (C) Copyright Dec 20 1998, Edmond J. Breen.
* ALL RIGHTS RESERVED.
* This code may be copied for personal, non-profit use only.
*
*/
/* This file is broken into 2 parts
* the
www.eeworm.com/read/478822/1349202
h math.h
#ifndef _MATH
#define _MATH
#pragma push_safeptr
#define HUGE_VAL 1.0e38
double acos(double a);
double asin(double a);
double atan(double a);
double atan2(double a, double b);
double cos(double a);
www.eeworm.com/read/478822/1349342
h math.h
#ifndef _MATH
#define _MATH
#pragma push_safeptr
#define HUGE_VAL 1.0e38
double acos(double a);
double asin(double a);
double atan(double a);
double atan2(double a, double b);
double cos(double a);
www.eeworm.com/read/478822/1349348
c math.c
/* math.c
*
* (C) Copyright Dec 20 1998, Edmond J. Breen.
* ALL RIGHTS RESERVED.
* This code may be copied for personal, non-profit use only.
*
*/
/* This file is broken into 2 parts
* the
www.eeworm.com/read/477371/1362486
c math.c
/*
*
* QccPack: Quantization, compression, and coding libraries
* Copyright (C) 1997-2009 James E. Fowler
*
* This library is free software; you can redistribute it and/or
* modify it under t
www.eeworm.com/read/476610/1367835
h math.h
#ifndef __MATH
#define __MATH
#define HUGE_VAL 1.79769313486231570000e+308
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double atan2(double, dou
www.eeworm.com/read/476610/1367853
h math.h
#ifndef __MATH
#define __MATH
#define HUGE_VAL 1.79769313486231570000e+308
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double atan2(double, dou
www.eeworm.com/read/476610/1367868
h math.h
#ifndef __MATH
#define __MATH
extern double infinity(void);
#define HUGE_VAL (infinity())
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double a