Discussion Overview
The discussion revolves around the search for calculators capable of handling very large integers and fractions, particularly in the context of evaluating infinite series and algebraic expressions. Participants explore various tools and programming languages that might meet these needs.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
Main Points Raised
- One participant is seeking a calculator for complex algebraic expressions involving large fractions, specifically for the series \sum_{n=1}^{\infty}\frac{1}{n^{2s+1}}.
- Another suggests using arbitrary precision online calculators, providing an example of a calculation that yields a fraction.
- Python is proposed as a solution, highlighting its built-in support for big integers and fractions.
- Concerns are raised about the limitations of mpir.org, with a participant questioning whether it truly supports arbitrary size integers.
- A participant cites Wolfram Alpha as a useful online calculator, sharing a specific result from it.
- There is a discussion about the capabilities of mpir and GMP, with participants examining header files to clarify their functionality regarding large integers.
- One participant mentions using Sieclator, an arithmetic calculator, for occasional interactive use, and shares links to additional resources.
Areas of Agreement / Disagreement
Participants express differing views on the capabilities of mpir and GMP, with some asserting that they support arbitrary size integers while others remain uncertain. There is no consensus on the best tool or approach for handling large integers and fractions.
Contextual Notes
Some participants express uncertainty about the specific capabilities of various tools and libraries, particularly regarding their handling of large numbers and fractions. There are references to specific programming constructs and data structures that may not be fully understood by all participants.
Who May Find This Useful
This discussion may be useful for individuals interested in computational mathematics, programming with large numbers, or those seeking tools for advanced arithmetic operations in scientific contexts.