代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/227123/14440331
txt math.txt
Praat手册文档常见数学符号的拉丁字母符号表示
[函数]
注:单参数函数一律省略括号()和参数列表
ln 自然对数
sqrt 算术平方根
[常数]
pi 圆周率
==EOF==
www.eeworm.com/read/126160/14443074
c math.c
www.eeworm.com/read/126160/14443090
h math.h
www.eeworm.com/read/126160/14443193
doc math.doc
www.eeworm.com/read/126151/14443337
txt math.txt
Program(Math,Dos.MZ);
Var(Num,Byte);
Var(Original,Byte);
Var(X,Byte,2);
Begin
WriteLn('Give me a number between 1 and 4:');
Original = Read;
Num = Original - $30 * X + $30;
Wri
www.eeworm.com/read/125855/14458142
cpp math.cpp
#include
#include "main.h"
//Vec3Length
_declspec( dllexport ) float _stdcall Vec3Length(D3DVECTOR& vVector)
{
return (float)sqrt((vVector.x * vVector.x) + (vVector.y * vVector.y) + (v
www.eeworm.com/read/125821/14459343
c math.c
www.eeworm.com/read/125821/14459358
h math.h
www.eeworm.com/read/125821/14459452
doc math.doc
www.eeworm.com/read/226197/14490323
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
*/
#