代码搜索:math

找到约 10,000 项符合「math」的源代码

代码结果 10,000
www.eeworm.com/read/137955/13276525

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, double); ex
www.eeworm.com/read/137955/13276550

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, double); ex
www.eeworm.com/read/137955/13276576

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 atan2(doub
www.eeworm.com/read/239424/13280960

lib math.lib

www.eeworm.com/read/239424/13281097

h math.h

/* math.h -- Definitions for the math floating point package. */ #ifndef _MATH_H_ #define _MATH_H_ #define HUGE_VAL (float)3.40282346638528860e+38 /* * set X_TLOSS = pi*2**52 */ #
www.eeworm.com/read/324119/13284430

cpp math.cpp

/* * * * */ #include #include "math.h" #include "interpreter.h" using namespace std; // // // long factorial(long x) { return ((x == 0) ? 1 : x*factorial(x-1)); } double sign(doubl
www.eeworm.com/read/324119/13284441

h math.h

/* * * * */ #ifndef __BUILTIN_MATH_H #define __BUILTIN_MATH_H #include "itemlist.h" void LoadMath(ItemList & list); long factorial(long x); double sign(double x); void BasicMathHelp(); void
www.eeworm.com/read/137531/13315030

c math.c

#include void main () { int seconds_in_an_hour; float average; seconds_in_an_hour = 60 * 60; average = (5 + 10 + 15 + 20) / 4; printf("The number of secon
www.eeworm.com/read/137504/13319074

class math.class

www.eeworm.com/read/323644/13331052

inc math.inc

;**************************************************************************************** ; Notation ; (a,b) in Q31 format : a represent the high part of the number ; b repr