Displaying 2 results from an estimated 2 matches for "berkan".
Did you mean:
serkan
2003 Feb 07
1
problem for printing with smbclient
...<0x20>
Connecting to 172.16.57.99 at port 139
Domain=[FLASH] OS=[VxWorks] Server=[EFISmbServer0.05]
putting file - as stdin-27345 Error writing file: ERRSRV - 22
SUCCESS - 0 closing remote file stdin-27345
[rainbow:/usr/local/samba/bin]>
If someone can help me i will be very great
Kevin berkane
2002 May 24
0
problem with R-mathlib standalone
..., 1) = 0.433311
pgamma(21, 100, 5) = 0.000000
pgamma(2, 100, 69) = 0.000000
As you can see, pgamma(98, 100, 1) returns the same value as
from within R, but not the other two calls.
Maybe I'm doing something extremely silly and not seeing it
--- any suggestions greatly appreciated.
Cheers,
Berkan
Here's the C code:
// gtest.c
// gcc -Wall -g gtest.c gtest -I/usr/lib/R/include -lRmath -lm
#include <stdio.h>
#define MATHLIB_STANDALONE
#include <Rmath.h>
int main (int argc, char *argv[])
{
double res1, res2, res3;
res1 = pgamma(98, 100, 1, 1, 0);
res2 = pgamm...