Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
Alexandre887 wants to merge 2 commits into javascript-tutorial:master
base: master
Choose a base branch
Loading
from Alexandre887:master-10

Conversation

@Alexandre887
Copy link
Member

@Alexandre887 Alexandre887 commented Aug 13, 2023
edited
Loading

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

shallow-beach commented Aug 27, 2024
edited
Loading

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 reacted with thumbs up emoji

Copy link
Member

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@joaquinelio joaquinelio joaquinelio approved these changes

Reviewers whose approvals may not affect merge requirements

Labels

needs +1 One more review needed P1 High priority

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /