StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Eric Postpischil

Rating
1674.77 (285th)
Reputation
91,475 (854th)
Page: 1 ... 47 48 49 50 51 ... 69
Title Δ
Why are both `p()` and `(*p)()` valid? +1.55
Result of the sum of random-ordered IEEE 754 double precision floats +0.32
Pointer to unknown or incomplete struct -1.13
Misunderstanding of memcpy & mmap +1.68
Address Mismatch in Pointers in C 0.00
function for power of double without math.h +0.31
are "too large" objects with automatic storage duration u... 0.00
Why does GCC give a warning when setting an unsigned long to 2^64-1? +1.37
Is it possible to link in multiple steps / is linking "associa... +1.86
MySQL rounding behaviour does not work as intended ..? -1.68
Python float approximations interpreted as actual values by cython 0.00
What's the reason why "text-float-text" guarantee 6 d... +1.54
Is it possible to {activate|de-activate} SIGFPE generation only for... 0.00
Error when freeing calloc'd memory: free invalid next size (fast) 0.00
Passing array values from a function back into a struct 0.00
strange Behaviour c voluntary overflow +0.30
What is wrong in this code that calculates sine/cosine using the Mc... -2.62
Adding double precision values yield different results between sepa... +0.32
C Pointer Subtraction +0.94
Multiplying matrices in c using pointers 0.00
How do you determine how many integers are in set S of all in 32-bi... 0.00
Questions about float characteristics +0.31
Floating point and less than equal after addition and substraction 0.00
Guard, round, sticky bits (floating point) 0.00
Having a struct variable represent the label -0.95
Smallest positive number in a base-2 floating point system 0.00
ULP unit of least precision +1.10
How many bits does IEEE floating point uses in the normalization st... -1.23
float calculation in computer 0.00
Is this fabs implementation valid for NaNs? 0.00
Ignoring an output parameter from vDSP 0.00
vDSP fft computation good practice -0.18
What does this pointer between parentheses mean? -0.03
How to zero an array of pointers -1.55
Is there a way to write a macro that knows how many times another m... +1.59
Optimizing a subtraction -0.44
GCC: suggest parentheses around comparison parentheses not able to... -1.76
char* p = "hello"; printf(" %c %c %c %c", *p, *... +1.37
Strange behavior of a FOR loop in objective-C +0.89
passing argument 2 makes pointer from integer without a cast +0.74
Nested braces and designated Initializers -2.50
Matrix power and pointers 0.00
Why positive numbers are not stored by 2's compliment? 0.00
Purpose of hexadecimal floating point value? 0.00
a macro to count bits that are on (set) -0.25
Dynamically allocated array in a struct unexpectedly modified in C 0.00
Union member as return value 0.00
Why does a function prototype with an empty argument list conflicts... 0.00
Square root program in C without using sqrt function 0.00
Round a float does not work -0.24