Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
scientific
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
…'] content = """You are an expert in various
scientific
domains. Given the following research paper title and abstract, classify…
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
scientific or simple calculator
Programming
3 Years Ago
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
14 Years Ago
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
13 Years Ago
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
3 Years Ago
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
17 Years Ago
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
17 Years Ago
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
15 Years Ago
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
15 Years Ago
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
14 Years Ago
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
14 Years Ago
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
13 Years Ago
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
13 Years Ago
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
17 Years Ago
by zandiago
… places and forces the compiler not to show it in
scientific
notation. Hope this helps.
Re: Scientific notation
Programming
Software Development
17 Years Ago
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
14 Years Ago
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
10 Years Ago
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
7 Years Ago
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
20 Years Ago
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
20 Years Ago
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
20 Years Ago
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
20 Years Ago
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
20 Years Ago
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
19 Years Ago
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
16 Years Ago
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
16 Years Ago
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
16 Years Ago
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.
scientific calculator
Programming
Software Development
15 Years Ago
by vinodadi
can anybody mail me the source code for
scientific
calculator which includes all the functions using all data types class,structures,file handling if possible
Re: scientific calculator using switch case statement
Programming
Software Development
15 Years Ago
by muzamal
[QUOTE=tina.2826;817216]i need code for
scientific
calculator in vc++ by using switch case statement[/QUOTE] [code=…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC