Welcome to Geekdojo Sign in | Join | Help

Thursday, December 04, 2003 - Posts

Okay: take the 'natural log' which is approximately 2.718281828.  Use this code to convert that to binary: Convert.ToString(BitConverter.ToInt64(BitConverter.GetBytes(2.718281828d), 0), 2) Now, what does this mean?  natural log turned into binary. Read More
I was looking through a journal I keep of ideas for a particular project I'm working on and I saw an observation I wrote about while on vacation last year that was particularly relevant at the time, since I was thinking of how to implement my Particle Read More