Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #3219

Re: Need help to convert

From "tar" <tar@THRWHITE.remove-dii-this>
Subject Re: Need help to convert
Message-ID <ymipruj33s0.fsf@blackcat.isi.edu> (permalink)
Newsgroups comp.lang.java.gui
References <mlt2s39rl8j9c813n610felfcm0vs2qn13@4ax.com>
Date 2011-04-27 15:43 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
Roedy Green <see_website@mindprod.com.invalid> writes:

> On Sat, 23 Feb 2008 20:46:10 -0800 (PST), Katak
> <vampireex@hotmail.com> wrote, quoted or indirectly quoted someone who
> said :
> 
> >   double exponent = Math.pow(2, power);
> >         result += ((bin.charAt(i) - 48) * (exponent));
> 
> or even better just shift (bin.charAt(i) - '0') directly by i.

or even better:

   shift  Character.digit(bin.charAt(i),2)

-- 
Thomas A. Russ,  USC/Information Sciences Institute

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Need help to convert "Katak" <katak@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
  Re: Need help to convert "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
    Re: Need help to convert "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
      Re: Need help to convert "Katak" <katak@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
        Re: Need help to convert "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
    Re: Need help to convert "Katak" <katak@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
      Re: Need help to convert "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
        Re: Need help to convert "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
  Re: Need help to convert "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000

csiph-web