Lompat ke isi

Templat:Abs/doc: Perbedaan antara revisi

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Konten dihapus Konten ditambahkan
MerlIwBot (bicara | kontrib)
k bot Menambah: az:Şablon:Abs
k Robot: Perubahan kosmetika
Baris 50: Baris 50:
[[sv:Mall:Abs]]
[[sv:Mall:Abs]]
[[th:แม่แบบ:Abs]]
[[th:แม่แบบ:Abs]]
[[tl:Suleras:Abs]]
[[tl:Padron:Abs]]
[[vi:Bản mẫu:Abs]]
[[vi:Bản mẫu:Abs]]
[[zh-classical:Template:Math.abs]]
[[zh-classical:Template:Math.abs]]

Revisi per 13 Mei 2016 07.03

Usage

This template evaluates its numeric parameter and returns its absolute value. If the parameter is empty or missing, it returns an empty string. The parameter may also be a numeric expression that will be evaluated before testing its sign.

Syntax:
{{Abs|value}}
Examples with a simple number:
{{Abs|100}} = |100|.
{{Abs|0.1}} = |0.1|.
{{Abs|0}} = |0|.
{{Abs|-0.1}} = |-0.1|.
{{Abs|-100}} = |-100|.
Examples where the parameter is evaluated:
{{Abs|01}} = |01|.
{{Abs|00}} = |00|.
{{Abs|0.}} = |0.|.
{{Abs|0.0}} = |0.0|.
{{Abs|-0}} = |-0|.
{{Abs|3-4}} = |3-4|.
{{Abs|-4*2}} = |-4*2|.
Examples with an empty (or missing) parameter:
{{Abs|}} = | · |.
{{Abs}} = | · |.