search for: _exp

Displaying 3 results from an estimated 3 matches for "_exp".

Did you mean: u_exp
2010 Nov 09
6
Extending the accuracy of exp(1) in R
Hi, I want to use a more accurate value of exp(1).  The value given by R is 2.718282. I want a value which has more than 15 decimal places. Can anyone let me know how can I increase the accuracy level. Actually there are some large multipliers of exp(1) in my whole expression, and I want a more accurate result at the last step of my program, and for that I need to use highly accurate value
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
...> -EOF -*/ - -#define _ARL(dst, src) ureg_ARL(ureg, dst, _src(src)) -#define _MOV(dst, src) ureg_MOV(ureg, dst, _src(src)) -#define _LIT(dst, src) ureg_LIT(ureg, dst, _src(src)) -#define _RCP(dst, src) ureg_RCP(ureg, dst, _src(src)) -#define _RSQ(dst, src) ureg_RSQ(ureg, dst, _src(src)) -#define _EXP(dst, src) ureg_EXP(ureg, dst, _src(src)) -#define _LOG(dst, src) ureg_LOG(ureg, dst, _src(src)) -#define _MUL(dst, src0, src1) ureg_MUL(ureg, dst, _src(src0), _src(src1)) -#define _ADD(dst, src0, src1) ureg_ADD(ureg, dst, _src(src0), _src(src1)) -#define _DP3(dst, src0, src1) ureg_DP3(ureg, dst, _s...
2015 Oct 02
0
Wine release 1.7.52
...e create_locinfo helper in setlocale implementation. msvcrt: Only create locale categories that have changed in setlocale function. msvcrt: Add i386 __CxxExceptionFilter implementation. msvcr60: Fix _mbscoll implementation. msvcp: Add _Dscale implementation. msvcp: Add _Exp implementation. Riccardo Bortolato (5): wined3d: Remove wined3d_volume_preload. wined3d: Remove wined3d_volume_get_parent. wined3d: Remove volume reference counting from public interface. wined3d: Remove wined3d_surface_get_blt_status stub. wined3d: Remove wined3d_sur...