Skip to content

Clarification of the example in the article #3541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Alexandre887
Copy link
Member

@Alexandre887 Alexandre887 commented Aug 13, 2023

@smith558 smith558 self-assigned this Feb 14, 2024
@smith558 smith558 added the P1 High priority label Feb 14, 2024
@shallow-beach
Copy link
Contributor

shallow-beach commented Aug 27, 2024

incorrect revision. the numbers are in reference to the exponent, not the coefficient.

(vote to close)

perhaps could clarify for beginners:

// the exponent -3 divides by 1 with 3 zeroes, here with coefficient 1
1e-3 === 1 / 1000; // 0.001

// the exponent -6 divides by 1 with 6 zeroes, here with coefficient 1.23
1.23e-6 === 1.23 / 1000000; // 0.00000123

@joaquinelio
Copy link
Member

Matbe concise
// exponent -3 means dividing by 1 with 3 zeroes

@Alexandre887
Copy link
Member Author

@shallow-beach, @joaquinelio, thanks for your comments, I've made some changes (hope now it will be clearer for beginners). Please take a look and approve if everything's alright.

@Alexandre887 Alexandre887 changed the title Incorrect description of mathematical expressions Clarification of the example in the article Sep 9, 2024
@javascript-translate-bot javascript-translate-bot added the needs +1 One more review needed label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs +1 One more review needed P1 High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants