Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.glorb.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!Xl.tags.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 01 Mar 2016 12:40:17 -0600 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Newsgroups: alt.free.newsservers,alt.usenet.kooks,sci.physics Subject: Re: Fakey here's both complex sine wave equations graphed. Part IIa References: <44a14f86318474c28d5eba5b3b1b2396@dizum.com> <4fa8a8d217e46c59194493b6540559ff@dizum.com> <0a3b968fbf2c7a7ab0f3612f0d17f88c@dizum.com> Date: Tue, 01 Mar 2016 13:40:17 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "\"Fakey's\" dogwhistle holder living at 5907 Stanton Ave., Pittsburgh, PA (aka Teh Mop Jockey), socked up as 5907 Stanton Avenue, Pittsburgh, PA 15206-2117" Organization: AUKTard Polizia Message-ID: User-Agent: Opera Mail/1.0 (Win32) Lines: 137 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-Frh160bCymf0qS1yQhcxAw63+nz9Tu28VigkiqnoMeHjtiGw0h/GKBXh+uDt8ghFcH43Zd6d/+mucO0!tfRngAvW7gQ0jqTmxsNXvqb/LvqzsaRYoYh9ZHT7kXSsg6posp2cOY0LYeLP X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 6021 X-Received-Bytes: 6133 X-Received-Body-CRC: 1447016214 Xref: csiph.com alt.free.newsservers:47336 alt.usenet.kooks:632630 sci.physics:558350 On Tue, 01 Mar 2016 13:26:28 -0500, Friendly Neighborhood Vote Wrangler Emeritus wrote: > Time to spin the kooks up again. Melt, kooks, melt. > > Ko0O0oki kensi the LunkHeaded LibTard, in > did thusly jump head first into the > wood chipper again: > >> On 01/03/2016 2:05 AM, Friendly Neighborhood Vote Wrangler >> Emeritus wrote: > >>> Moron has raped Google again and thinks he sounds intelligent stupidly >>> blathering out shit he does not and cannot understand. > >> Why > > Posthumping... kooksign. > >> are you talking about yourself in the third person, ko0ky? > > IKYABWAI... kooksign. > >> Wait -- wasn't that one of the next symptoms of mental breakdown we were >> predicting you'd undergo, after you started forgetting which posts you'd >> already replied to and replying twice to some posts, and then started >> talking to yourself? > > Fanfic... kooksign. > > Getting your stupid ass drop-kicked across usenet on every single > topic you've blathered about... kooksign. > > Why can't you refute the SPNAK!age you took, as outlined in my .sig, > Spankard? > > > snickerTurds can't seem to refute the following: - begin snickerSinewaveStew.cpp -- /* HOW TO RUN: download arbitrary precision libraries from: http://www.hvks.com/Numerical/arbitrary_precision.html place those files in a directory and save this file as snickerSinewaveStew.cpp inside that same directory. compiles with: gcc -Wall -I. precisioncore.cpp snickerSinewaveStew.cpp -lstdc++ run with: ./a.out enjoy the LULZ ;) */ #include #include using namespace std; int main(){ //float_precision MIN=float_precision(0); //float_precision MAX=float_precision(0); float_precision STEP=float_precision(.0001); float_precision t=float_precision(0); // time variable float_precision sum=float_precision(0); // sum of SnickerTurd's ridiculous sinewave mess float_precision snickerPrediction=float_precision(2550.25); // snickerTurd's erroneous k0oK-k'lame Sum float_precision PI; PI =_float_table(_PI,25); // this while loop will run forever, but snickers doesn't understand why while(sum < snickerPrediction){ // fakey's Sinewave Stew(TM) see: MID: sum = (float_precision(150) * float_precision( sin(float_precision(120)*float_precision(2)*PI*t))) + (float_precision(20.25) * float_precision( sin(float_precision(33)*float_precision(2)*PI*t))) + (float_precision(1400)* float_precision( sin(float_precision(150)*float_precision(2)*PI*t))) +(float_precision(20)* float_precision(sin(float_precision(5013)*float_precision(2)*PI*t))) + (float_precision(600)*float_precision(sin(float_precision(13)*float_precision(2)*PI*t))) + (float_precision(360)*float_precision(sin(float_precision(1209)*float_precision(2)*PI*t))); // perhaps show a few values larger than +2300 to educate teh snickerTurds if(sum>float_precision(2300)){ cout << "t=" << t << " sum=" << sum << std::endl; } t = t+STEP; } /* Message-ID: "Oh, yeah... it's 2550.25 volts... so why does your graph not even reach 2500 volts, given that eventually all the sinewaves will constructively interfere (ie: *add* to each other) to *sum* to 2550.25 volts?" Fakey, it doesn't reach 2500 volts because the summation of your sinewaves never reaches that. They never reach their max values at the same time. That's how stupid you are. Message-ID: <731d08dcc702b9a8a13077ffc201e91f@dizum.com> "I most certainly *did* prove otherwise. It can't even arrive at the correct sinewave summation voltage of 2550.25 volts" Fakey, you only *proved* that you are too inept to graph the equations and notice a few things about the interactions of their frequencies when summed. the next line of code is never executed, but snickers DEFINITELY can't figure out why it isn't and instead has a bunch of lame excuses while still having not produced a value for t where the sum=2550.25, as he has k0okily proklamed in many usenet messages. */ cout << "snickerTurds was right! the sum is " << sum << " at time t=" << t <