代码搜索:evaluates

找到约 1,295 项符合「evaluates」的源代码

代码结果 1,295
www.eeworm.com/read/458493/7295664

m fx3.m

function f = fx3(x) % fx3 Evaluates f(x) = x - x^(1/3) - 2 f = x - x.^(1/3) - 2;
www.eeworm.com/read/458488/7296089

m fx3.m

function f = fx3(x) % fx3 Evaluates f(x) = x - x^(1/3) - 2 f = x - x.^(1/3) - 2;
www.eeworm.com/read/144399/12797351

m fx3.m

function f = fx3(x) % fx3 Evaluates f(x) = x - x^(1/3) - 2 f = x - x.^(1/3) - 2;
www.eeworm.com/read/172014/9726651

m fx3.m

function f = fx3(x) % fx3 Evaluates f(x) = x - x^(1/3) - 2 f = x - x.^(1/3) - 2;
www.eeworm.com/read/366065/9834942

n if.n

'\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/451824/7088848

ph axgrid.ph

(";"), (Col As Integer) (other (row as integer) = [boolean] = [long] A boolean expression that evaluates to true or false A long expression that evaluates to a color value AddButton AddItem
www.eeworm.com/read/167133/5469241

h seq.h

/* seq.h * Pseudo instruction sequences. * * Copyright (c) 1996, 1997, 2003 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and
www.eeworm.com/read/101208/15841611

h debug.h

/*@A (C) 1992 Allen I. Holub */ #line 111 "0.tr" #ifndef __DEBUG_H /* Makes sure that debug.h isn't included more than */ #define __DEBUG_H /* once. M
www.eeworm.com/read/458493/7295512

m sincos.m

function y = sincos(x) % sincos Evaluates sin(x)*cos(x) for any input x % % Synopsis: y = sincos(x) % % Input: x = angle in radians, or vector of angles in radians % % Output: y = valu
www.eeworm.com/read/458488/7295937

m sincos.m

function y = sincos(x) % sincos Evaluates sin(x)*cos(x) for any input x % % Synopsis: y = sincos(x) % % Input: x = angle in radians, or vector of angles in radians % % Output: y = valu