Properties
Similar Topics
Statistics
Comments
3
Participants
2
Subscribers
1
Votes
3
Views
9494
Share
Answered
In the Windows 8 GeoGebra application, how do I change the amount of decimal places the program rounds to?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
hi,
b = round(a 10^n) / 10^n
Where 'n' is the desired number of decimal places.
Raymond
Hello. Thank you for the help.
Is the round command an official command, in so why is it not in the list of all the commands?
What do a and b mean, are they referring to objects? Can I change the letters to other letters, will the command still work?
Am I correct to assume, that I have to plug this command into the input bar? Am I correct to assume that round is a command?
Hi,
is not a command, is a official predefined function link
You can see the predefined functions also in 'Input Help' / 'Mathematical Functions'
yes they referring objects, b must have the type 'number'
<nameNewNumber> = round(<nameNumber> 10^<numberDecimalPlaces>) / 10^<numberDecimalPlaces>
yes
Raymond
Comments have been locked on this page!