Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Reverend Jim Based on the proliferation of AI generated content, and the age-old rule of garbage in, garbage out, what will be the result of AI models being trained on ever increasing amounts of content generated by other AI platforms? Will we get into a negative feedback loop where the output will become so polluted with bad input that it will be effectively … Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by jwenting Even worse: the junk being deliberately fed to AIs is already at the stage where the results are useless BUT those results are blindly believed by many people BECAUSE they're generated by AI and therefore supposedly automatically correct! Think Google's disastrous launch of their image generator which would under no condition generate Caucasian … ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. … intellectual curiosity and critical thinking that drove cultural, social, and scientific progress for millennia shall atrophy, leaving humanity cerebrally enfeebled and… '30% of Activities Performed by Humans Could Be Automated with AI' Community Center by Johannes C. … even the best human minds in almost any area, from scientific creativity to general wisdom, to social or individual understanding. ## 3… scientific or simple calculator Programming by Husnain_6 …what type calculator they want to use. Simple or scientific and on that basis they do the calculations. I…() { int input; cout << "CHOOSE BETWEEN SCIENTIFIC AND SIMPLE CALCULATOR:" << endl; cout <<…; "[1] Scientific" << endl << "[2] Simple… Re: Scientific notation Programming Software Development by floatingDivs … else. However, welcome! The way to convert from scientific notation to regular integers is done using the [I]…in e-notation. If you set the [B]ios::scientific[/B] flag, you can make sure they are written… ios::fixed flag to not display floating-point numbers in scientific notation. [CODE] #include <iostream> int main() {… Re: Scientific Notation Method? Programming Software Development by ravenous … ss; // Insert the double into the stringstream, using scientific formatting ss << std::scientific << x; // return the result as… std::string s; // convert the double to a string, in scientific notation s = Sci(x); // Check that we have the desired… Re: scientific or simple calculator Programming by Schol-R-LEA … main() { int input; std::cout << "CHOOSE BETWEEN SCIENTIFIC AND SIMPLE CALCULATOR:" << std::endl; std::cout… << "[1] Scientific" << std::endl << "[2] Simple… Scientific notation Programming Software Development by manzoor How to change numerical values from scientific notation to normal system (:P) in C++ if i used a float or double variable Cuz i want decimals tthats why i used float but now its giving me the answer of my program in scientific notation ? or is there any way to round off the decimals to the nearest three or any other value ? Re: Scientific notation Programming Software Development by manzoor Hey how can i convert scientific notations ?? if i use float in my program is it … i Got now is there any way to convert the scientific digit scientific calculator in php Programming Web Development by masterjiraya … are many buttons those buttons are the functions in the scientific calculator whereas the numbers are also included in the buttons….... just like the scientific calculator... the numbers must be placed in one text area… Scientific Calculator in Java Programming Software Development by habibalbi … functionalities of "Calculator" class through use of inheritance. Scientific Calculator has additional operstions of 1) taking a log of….exit(0); } }); } } [/CODE] This is what I have for the Scientific calculator, but I can't even get it to display… Scientific Notation Help Programming Software Development by restrictment Hello all, I need help with a scientific notation problem. I am to create a program where the … enters a 5 digit number, and it is displayed in scientific notation. This part is easy, however I am trying to… Re: Scientific notation Programming Software Development by thecoolman5 … every time it creates a number, its in scientific notation. Is there any scientific notation to integer converter in C++? include<… Scientific Notation Method? Programming Software Development by lxXTaCoXxl … over to C++ and was wondering if this is how scientific notation should look. Any pointers would be nice. [code…]// Scientific Notation? private int i = 0; private string Sign = ""; … Re: Scientific Notation Method? Programming Software Development by ravenous To output a double in scientific notation: [Code] double x = 123.4567; cout << scientific << x << endl; [/code] Re: Scientific notation Programming Software Development by zandiago … places and forces the compiler not to show it in scientific notation. Hope this helps. Re: Scientific notation Programming Software Development by zandiago … places and forces the compiler not to show it in scientific notation. Hope this helps. hhhmmm.....why are double posting the… Re: scientific calculator using switch case statement Programming Software Development by tingcang [QUOTE=tina.2826;817216]i need code for scientific calculator in vc++ by using switch case statement[/QUOTE] what the statement problem of scientific calculator? Re: scientific calculator Programming Software Development by Alberto Bucur Here some examples: http://cppprojectcode.blogspot.com/2010/09/make-scientific-calculator.html http://www.mycplus.com/source-code/c-source-code/graphical-scientific-calculator/ www.youtube.com/watch?v=_EGGbe0yP60 Re: scientific calculator using switch case statement Programming Software Development by Shubham_12 … double result1; cout<<"\n\n\n ***************** SCIENTIFIC CALCULATOR ****************** \n\n\n"; do cout<<…; double result1; cout<<"\n\n\n ***************** SCIENTIFIC CALCULATOR ****************** \n\n\n"; do { cout<&… Scientific word processor Programming Computer Science by Dani Please help me :( I am in dire need of a scientific / mathematical word processor for either Windows XP or Mac OS X. Something that utilizes LaTeX maybe? Re: Scientific word processor Programming Computer Science by umcookeg …]Please help me :( I am in dire need of a scientific / mathematical word processor for either Windows XP or Mac OS… Re: Scientific word processor Programming Computer Science by MarkKnutson …]Please help me :( I am in dire need of a scientific / mathematical word processor for either Windows XP or Mac OS… Re: Scientific word processor Programming Computer Science by jwenting whatever happened to WordStar? Do they still exist? WordStar was the preferred choice of the scientific community in the 1980s and early 1990s, afterwards superceded by WordPerfect 5 which had a marvellous equation editor. Re: Scientific word processor Programming Computer Science by MarkKnutson … latex is used to produce something like 90% of all scientific papers, and of course it is not controlled by the… Re: Scientific word processor Programming Computer Science by ceczenie Look at one of the followings: - Scientific Word ([url]http://www.mackichan.com[/url]) for hard science - Nota Bene ([url]http://www.notabene.com/[/url]) for humanities research Re: Scientific word processor Programming Computer Science by ScienceOffice …]Please help me :( I am in dire need of a scientific / mathematical word processor for either Windows XP or Mac OS… scientific calculator using switch case statement Programming Software Development by tina.2826 i need code for scientific calculator in vc++ by using switch case statement Re: scientific calculator using switch case statement Programming Software Development by siddhant3s >i need code for scientific calculator in vc++ by using switch case statement So tell me what have you tried. Remember, we don't provide codes. We only help those who show efforts. Please try and then tell us on what part are you having problem.