Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~476 People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for jay889000

#include <stdio.h> #include <stdlib.h> #define PRECISION 3 double absD(double n) { asm( "_absD: \n" "pushl %ebp \n" "fldz \n" "movl %esp, %ebp \n" "fldl 8(%ebp) \n" "fxch %st(1) \n" "fucomp %st(1) \n" "fnstsw %ax \n" "sahf \n" "jbe L2 \n" "fchs \n" "L2: \n" "popl %ebp \n" "ret \n" "fldl …

Member Avatar for jay889000
0
476