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
~47 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for navneet.sinha.505

help me to shorten this awk code.I m newbie for this language. {if(NR>1){z=0;x=$1;while(x){z+=x/(x^4+x^2+1);x--;}printf"%.5f\n",z;}}

0
47

The End.