代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/183001/5260400
sql aggregates.sql
--
-- AGGREGATES
--
SELECT avg(four) AS avg_1 FROM onek;
SELECT avg(a) AS avg_32 FROM aggtest WHERE a < 100;
-- In 7.1, avg(float4) is computed using float8 arithmetic.
-- Round the result to 3 dig
www.eeworm.com/read/179911/5293916
h multi_arith.h
/* multi_arith.h: multi-precision integer arithmetic functions, needed
to do extended-precision floating point.
(c) 1998 David Huggins-Daines.
Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/350097/3128814
h multi_arith.h
/* multi_arith.h: multi-precision integer arithmetic functions, needed
to do extended-precision floating point.
(c) 1998 David Huggins-Daines.
Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/337546/3331483
h multi_arith.h
/* multi_arith.h: multi-precision integer arithmetic functions, needed
to do extended-precision floating point.
(c) 1998 David Huggins-Daines.
Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/324920/3490328
h multi_arith.h
/* multi_arith.h: multi-precision integer arithmetic functions, needed
to do extended-precision floating point.
(c) 1998 David Huggins-Daines.
Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/316872/3589019
h multi_arith.h
/* multi_arith.h: multi-precision integer arithmetic functions, needed
to do extended-precision floating point.
(c) 1998 David Huggins-Daines.
Somewhat based on arch/alpha/math-emu/ieee-mat
www.eeworm.com/read/307266/3725939
h gf2m4x.h
/*
* MIRACL C++ Headerfile gf2m4x.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class GF2m4x - Arithmetic over the extension
* field GF(2^4m)
*
* NOTE
www.eeworm.com/read/307266/3726284
h gf2m4x.h
/*
* MIRACL C++ Headerfile gf2m4x.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class GF2m4x - Arithmetic over the extension
* field GF(2^4m)
*
* NOTE
www.eeworm.com/read/303435/3812959
bcshell
# sample showing loop counting with expr and arithmetic with bc
#! /bin/sh
# initialize values
i=0
j=0
k=0
# beginning of loop
while [ "$i" -ne "6" ]
do
echo "i=$i j=$j k=$k"
# compute j = $i
www.eeworm.com/read/294038/3921848
h multi_arith.h
/* multi_arith.h: multi-precision integer arithmetic functions, needed
to do extended-precision floating point.
(c) 1998 David Huggins-Daines.
Somewhat based on arch/alpha/math-emu/ieee-mat