PHP: bcpow - Manual in Deutsh
PHP: bcpow - Manual in French
PHP: bcpow - Manual in Polish

You Are At PHP: bcpow - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

bcpow

(PHP 3, PHP 4, PHP 5)

bcpow -- Raise an arbitrary precision number to another

Description

string bcpow ( string left_operand, string right_operand [, int scale] )

Raise left_operand to the power right_operand.

Parameters

left_operand

The left operand, as a string.

right_operand

The right operand, as a string.

scale

This optional parameter is used to set the number of digits after the decimal place in the result. You can also set the global default scale for all functions by using bcscale().

Return Values

Returns the result as a string.

Examples

Example 1. bcpow() example

<?php

echo bcpow('4.2', '3', 2); // 74.08

?>

See Also

bcpowmod()
bcsqrt()

wizy do rosji gdańsk, wizy do rosji gdańsk, wizy do rosji, wiza do rosji, końcówki kolekcji, wizy do rosji, Dachy, gimnazjum
lubuskie tanie meblościanki piły taśmowe psycholog wrocław tv32

Another Useful functions:


function.bcpowmod | function.bcpow |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.