search for: 24f

Displaying 5 results from an estimated 5 matches for "24f".

Did you mean: 24
2005 Apr 06
2
Precision
...in m dimensions. In order to see what happens in 40 dimensions, I created an output of 24 digits. But how many are precise? Thanks Josef Eschgf?ller Ferrara --------------------------------------- Vol = function (m) {if (m<=1) 1 else Vol(m-2)*pi/(m+m)} for (m in 1:40) {x=sprintf('%2d %.24f',m,Vol(m)) print(x)} --------------------------------------- 1 1.000000000000000000000000 2 0.785398163397448278999491 3 0.523598775598298815658893 4 0.308425137534042437259529 5 0.164493406684822623953224 6 0.080745512188280771370685 7 0.036912234143214060766...
2010 Apr 07
6
using ipoib with xcp
...e also checked that the PIFs are in the same order on both nodes (the reference mentions this). The MTU (1500) of brib0 differs from that of ib0 (2044), but changing this does not solve the problem. Any help is much appreciated. Thanks! Trygve -- HypoBytes Ltd. Trygve Sanne Hardersen Akersveien 24F 0177 Oslo Norway hypobytes.com +47 40 55 30 25 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Sep 22
2
SPEEX in a DSPIC - optimisation of iir_mem16() for speed - can it be 16 bit ?
Dear Sirs, I would be interested to hear your views on whether SPEEX could be made to run fast on a DSPIC33 by the following strategy: Make iir_mem16() (for example) purely 16 bit by restricting the number of bits in the signal to say 10 using SATURATE and then making the LPC co-efficients just 6 bits. At present (with standard code) the encode function is taking about 140ms which is seven
2004 Nov 03
2
PPPoE + Masquedate + Shorewall
...3 inet6 fe80::260:8ff:fe78:7d7c/64 scope link valid_lft forever preferred_lft forever 6: eth4: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:4f:4e:06:80:1b brd ff:ff:ff:ff:ff:ff inet 10.3.45.1/24 brd 10.3.45.255 scope global eth4 inet6 fe80::24f:4eff:fe06:801b/64 scope link valid_lft forever preferred_lft forever 7: sit0: <NOARP> mtu 1480 qdisc noop link/sit 0.0.0.0 brd 0.0.0.0 9: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP> mtu 1492 qdisc pfifo_fast qlen 3 link/ppp inet 80.26.152.55 peer 213.0.184.253/32 scope glo...
2008 May 21
35
DO NOT REPLY [Bug 5478] New: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32)
https://bugzilla.samba.org/show_bug.cgi?id=5478 Summary: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32) Product: rsync Version: 3.0.3 Platform: Other URL: https://bugzilla.samba.org/show_bug.cgi?id=1959 OS/Version: Linux Status: NEW Severity: normal