Skip to content
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

Fix Stang conversion #15

Merged
merged 1 commit into from
Aug 27, 2019
Merged

Fix Stang conversion #15

merged 1 commit into from
Aug 27, 2019

Conversation

demonmhon
Copy link
Contributor

@demonmhon demonmhon commented Aug 27, 2019

expect(ThaiBaht(0.123)).to.equal('สิบสองสตางค์')
expect(ThaiBaht(0.999)).to.equal('เก้าสิบเก้าสตางค์')

Additional Note

ปกติตัวเลขในหลังสตางค์ไม่ควรเกิน 99 สตางค์อยู่แล้วเช่น 10.99 = สิบบาทเก้าสิบเก้าสตางค์ หากทศนิยมเกิน 2 ตำแหน่ง ก็ไม่อ่านเกินกว่า หลักสิบ เช่น

10.01 = สิบบาทหนึ่งสตางค์ (หลักสตางค์ที่มูลค่าน้อยที่สุด ไม่สามารถย่อยไปกว่านี้ได้แล้ว)
10.124 = สิบบาทสิบสองสตางค์ (ไม่สามารถใช้สิบบาทหนึ่งร้อยยี่สิบสี่สตางค์ได้เพราะ 100 สตางค์ === 1 บาท)
10.129 = สิบบาทสิบสองสตางค์ (ปัดทศนิยมลง ใช้เฉพาะทศนิยม 2 หลักแรก)
10.0099 = สิบบาทถ้วน (+ถ้วน เพราะใช้หน่วยสตางค์แค่ 2 หลักแรก และปัดเศษลง)

 - Stang only convert first 2 dicimal and round down
 - Primary unit will not show if only Stang given
@codecov-io
Copy link

codecov-io commented Aug 27, 2019

Codecov Report

Merging #15 into master will not change coverage.
The diff coverage is 97.95%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files           1        1           
  Lines          70       70           
=======================================
  Hits           69       69           
  Misses          1        1
Impacted Files Coverage Δ
src/thai-baht-text.js 98.57% <97.95%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce380c3...fbd606b. Read the comment docs.

@antronic antronic merged commit 29561ff into antronic:master Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants