Urutan operasi: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Taylor 49 (bicara | kontrib)
* {{en}} {{PlanetMath|orderofoperations|order of operations (ID: urutan operasi)}}
LaninBot (bicara | kontrib)
k Perubahan kosmetik tanda baca
Baris 7:
== Urutan operasi standar ==
 
Urutan operasi yang digunakan dalam [[matematika]], [[sains]], [[teknologi]] dan banyak [[bahasa pemrograman]] [[komputer]] didaftarkan di sini :<ref>{{Cite web|url=http://www.algebrahelp.com/lessons/simplifying/oops/ |title=Order of Operations Lessons |publisher=Algebra.Help |date= |accessdate=5 March 2012}}</ref>
 
: '''[[eksponen]]''' dan '''[[:en:Nth root|akar]]'''
Baris 114:
 
{| class="wikitable"
|1 || () &nbsp; [] &nbsp; -> &nbsp; . &nbsp; :: || Function call, scope, array/member access
|-
|2 || ! &nbsp; ~ &nbsp; - &nbsp; + &nbsp; * &nbsp; & &nbsp; sizeof &nbsp; ''type cast'' ++x &nbsp; --x &nbsp; || (most) unary operations, sizeof and type casts