Skip to content

Maxima thinks 1/3 = 3.3333... #1877

Answered by daute
Meep1000 asked this question in Q&A
Jan 6, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

No. The result is correct.
The result is given in 'scientific notation', the -1 at the end means: *10^-1

And the result is a normalized number - exactly one digit (<>0) before the comma.

Another example: 10000/3

(%i1) bfloat(10000/3);
(%o1                         3.333333333333333b3

for example is:
3333.333 = 3.3333...*10^3 (normalized)

Best regards, Wolfgang

(And this has nothing to do with wxMaxima, which is the graphical frontend for the Maxima project, which does the mathematics in the background.)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Meep1000
Comment options

Answer selected by Meep1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants