cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Calculating in the Symbolic Ring
Calculating in the Symbolic Ring
Jan 29, 2012 at 8:13pm UTC
Zaubertrank
(2)
Is there a way to calculate inside a symbolic ring in c++? So that, for instance, I can assign a variable the value sqrt(2) and it will just keep it in the form sqrt(2) rather than say rounding it like int or float would?
Last edited on
Jan 29, 2012 at 8:50pm UTC
Jan 29, 2012 at 8:23pm UTC
Moschops
(7244)
The short answer is no.
Last edited on
Jan 29, 2012 at 8:23pm UTC
Jan 29, 2012 at 8:31pm UTC
Athar
(4466)
The long answer is that there are libraries for that.
http://www.google.de/search?q=c%2B%2B+symbolic+math
Jan 29, 2012 at 9:18pm UTC
Zaubertrank
(2)
oh cool, thanks.
Topic archived. No new replies allowed.