代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/475809/1382104
c beta.c
#include
float beta(float z, float w)
{
float gammln(float xx);
return exp(gammln(z)+gammln(w)-gammln(z+w));
}
www.eeworm.com/read/466285/1512121
java beta.java
/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright own
www.eeworm.com/read/459034/1575535
m beta.m
## Copyright (C) 1996, 1997 John W. Eaton
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public L
www.eeworm.com/read/459034/1575793
m beta.m
## Copyright (C) 1996, 1997 John W. Eaton
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public L
www.eeworm.com/read/457727/1594116
c beta.c
#include
float beta(z,w)
float w,z;
{
float gammln();
return exp(gammln(z)+gammln(w)-gammln(z+w));
}
www.eeworm.com/read/457727/1594728
c beta.c
#include
float beta(float z, float w)
{
float gammln(float xx);
return exp(gammln(z)+gammln(w)-gammln(z+w));
}
www.eeworm.com/read/191080/5168164
c beta.c
#include
float beta(z,w)
float w,z;
{
float gammln();
return exp(gammln(z)+gammln(w)-gammln(z+w));
}
www.eeworm.com/read/191080/5168776
c beta.c
#include
float beta(float z, float w)
{
float gammln(float xx);
return exp(gammln(z)+gammln(w)-gammln(z+w));
}
www.eeworm.com/read/168081/5449432
txt beta.txt
Function BETA(Z,W:real):real;
begin
BETA:=Exp(GAMMLN(Z)+GAMMLN(W)-GAMMLN(Z+W))
end;
www.eeworm.com/read/167728/5452859
c beta.c
/* randist/beta.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the