Question: number of displayed digits and accuracy in MapleFlow

Hi,

does anyone has any idea on how the number of digits displayed and the accuracy of calculations in MapleFlow works?

It looks like it is nothing like it is in Maple.

For example:

Digits:=10

interface(displayprecision)=3

1.0210=1.219

interface(displayprecision=10)

1.0210=1.219

Digits:=15

interface(displayprecision=10)

1.0210=1.219

Best regards,

Please Wait...