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
Ranked #72.8K
1 Posted Topic
>how do u insert nth square into a complicated formulea? like p={d[I(1+I)*n-th power]}/{(1+I)*n-th power-1} izzit [static int power(doubleb,doublen){ if (n==0) return 1; else{ int p=power (b, n/2); if (n%2==0) return p*p; else returnp*p*b; }] And this statement [cal.addActionListener(this);] the same as [System.out.println("cal");]? |
The End.