The floating-point tag has no wiki summary.
1
vote
1answer
61 views
Euclidean Division to avoid need for floating point arithmetic
In simple terms (that Google has been unable to provide the answer), is there an approach to dividing a whole integer by a quotient & remainder?
As a specific example,
...
2
votes
0answers
70 views
Check for Ill Conditioned matrix
How can I efficiently check if a tridiagonal system with 1's in diagonal is ill-conditioned or not ? The common way is to get the ratio of largest and smallest singular values and see if its greater ...
1
vote
0answers
43 views
Displaying $2 \cdot 10^5$ as $200000$
How can I in Maple write out the number $2 \cdot 10^5$, so it displays the full number with all digits: $200000$?
By typing increasing zeros I can test Maples treshold, and I get: $20$, $200$, ...
0
votes
0answers
14 views
Truncating floating point number question
I read the documents of the IEEE754 and implement their questions,and faced with a question about truncating numbers, and I didnt understand it.
One example would help me.
Thanks!
0
votes
0answers
14 views
How many non normalized non unique numbers can be represented in a floating point system
I am trying to figure out how many non unique , non normalized numbers can be represented in a floating system defined by parameters B,s,m,M.
The wikepedia article defines it a formula for ...
