代码搜索:beta
找到约 10,000 项符合「beta」的源代码
代码结果 10,000
www.eeworm.com/read/365496/9861104
c beta.c
/*
* $Id: beta.c 536 2007-06-02 06:09:00Z elliotth $
*
* Copyright (c) 1999-2000, Mj鴏ner Informatics
*
* Written by Erik Corry
*
* This source code is released for free dist
www.eeworm.com/read/361464/10051045
gif beta.gif
www.eeworm.com/read/424281/10467677
c beta.c
/* randist/beta.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/424281/10471506
c beta.c
/* cdf/cdf_beta.c
*
* Copyright (C) 2003, 2007 Brian Gough.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu
www.eeworm.com/read/424281/10474301
c beta.c
/* specfunc/beta.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/278154/10564546
c beta.c
#include
float beta(float z, float w)
{
float gammln(float xx);
return exp(gammln(z)+gammln(w)-gammln(z+w));
}
/* (C) Copr. 1986-92 Numerical Recipes Software "U,6VV'. */
www.eeworm.com/read/278154/10564724
c beta.c
#include
float beta(float z, float w)
{
float gammln(float xx);
return exp(gammln(z)+gammln(w)-gammln(z+w));
}
/* (C) Copr. 1986-92 Numerical Recipes Software "U,6VV'. */
www.eeworm.com/read/467530/7005067
gif beta.gif
www.eeworm.com/read/451644/7460045
txt beta.txt
Function BETA(Z,W:real):real;
begin
BETA:=Exp(GAMMLN(Z)+GAMMLN(W)-GAMMLN(Z+W))
end;
www.eeworm.com/read/449569/7500598