Fungsi Pembulatan pada XML Blogger
Pembulatan angka ke bawah:
<b:with value='5.2857' var='input'>
<b:comment>Convert 5.2857 to 5.0000</b:comment>
<b:with value='data:input - data:input % 1' var='output'>
<b:eval expr='data:output'/>
</b:with>
</b:with>
Referensi: https://www.facebook.com/igoynawamreh/posts/792777201056202
1 Comments:
I asked my dear friend Zakaria Mouhid and rounded the number 5.2857 to 5.0000 and succeeded completely .... but later I needed to remove all the zeros and convert or replace the number 5.0000 to 5 only .... and I asked my friend Igoy Nawamreh about how to turn the number 5.0000 To number 5 and solved by deleting all the zeros and in the end were zeros from the number 5.0000 to come back 5, with the help of my dear brothers Zakaria Mouhid and Igoy Nawamreh but someone will ask me what you will do by rounding and converting these numbers .. Here is the answer .. I used it to build a pagation number system are different from everyone else and I've done it with a little javascript
By عبدالنعيم عطيه, at Sunday, January 20, 2019 at 4:04:00 AM GMT+7
Post a Comment
<< Home