代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5944034
out math.out
oh boy it works !!!
hex k = 186a0 octal k = 303240
octal j = 1750 hex j = 3e8
71 statements executed in 0.02 seconds cpu time.
www.eeworm.com/read/131315/5944130
p math.p
program math(input,output);
label 1;
type
chrint=-120..120;
sint=-1000..1000;
ray=array[1..2] of record
first :real;
second :alfa;
end;
var
i :chrint;
j :sint;
k :integer;
l, m :real;
ary :ra
www.eeworm.com/read/131315/5945399
sed math.sed
#
# @(#)math.sed 8.1 (Berkeley) 6/6/93
#
# Addition and multiplication in sed.
# ++ for a limited time only do (expr) too!!!
#
# Kevin S Braunsdorf, PUCC UNIX Group, ksb@cc.purdue.edu.
#
# Ex:
# echo
www.eeworm.com/read/130105/5964733
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
www.eeworm.com/read/130105/5964739
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 part
www.eeworm.com/read/130105/5964795
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
www.eeworm.com/read/130105/5965116
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
www.eeworm.com/read/129924/5966055
h __math.h
/*
* ANSI/POSIX
*/
typedef union _h_val {
unsigned long _i[2];
double _d;
} _h_val;
#ifdef __STDC__
extern const _h_val __huge_val;
#else
extern _h_val __huge_val;
#endif
#define HUGE_VAL
www.eeworm.com/read/129924/5966068
h __math.h
/*
* ANSI/POSIX
*/
/* Generate an overflow to create +Inf; the multiply shuts up gcc 1 */
#define HUGE_VAL (1e250*1e250) /* IEEE: positive infinity */