Arithmetic/Integer: Difference between revisions

m
→‎{{header|PowerShell}}: method capitalization. PowerShell is case-insensitive, but it looks nicer :-)
m (→‎{{header|PowerShell}}: method capitalization. PowerShell is case-insensitive, but it looks nicer :-))
Line 1,314:
 
No exponentiation operator exists, but can be worked around with the .NET BCL:
<lang powershell>[Math]::powPow($a, $b)</lang>
 
=={{header|PureBasic}}==
Anonymous user