代码搜索:math

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

代码结果 10,000
www.eeworm.com/read/314074/13575608

java math.java

import java.lang.Math.*; public class math{ double a=0.00001,b=6,error=0.001; public double f(double x){ return Math.sin(x)/x; } public double longbg(){ double h,k,s,x,s1=0.0,s2,c
www.eeworm.com/read/313175/13594325

cpp math.cpp

/* math -- instructions for Machine */ #include "flincl.h" #include "math.h" #define min(a, b) (a < b ? a : b) #define max(a, b) (a > b ? a : b) /* get_long -- get an integer value from FVa
www.eeworm.com/read/313175/13594329

cpp math.cpp

/* math -- instructions for Mach */ #include "flincl.h" #include "math.h" #define min(a, b) (a < b ? a : b) #define max(a, b) (a > b ? a : b) /* get_long -- get an integer value from FVal,
www.eeworm.com/read/312649/13606840

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/312649/13606855

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/312649/13606862

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/312649/13606875

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/312649/13606890

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
www.eeworm.com/read/310556/13649278

h math.h

/* @(#) math.h 1.4 1/27/86 17:46:49 */ /*ident "@(#)cfront:incl/math.h 1.4"*/ #ifndef _POLY9 extern int errno, signgam; extern int abs (int); extern double atof(const char*), frexp(double, int*); ext
www.eeworm.com/read/308442/13701149

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