PHP Manual

PHP function acos()

16. 02. 2020

Obsah článku

Availability in `PHP 4.0`

Arcus cosinus (arcus cosinus).

The function returns the arcus cosine of the parameter $arg in radians. The acos() function is the inverse of the cos() function, which means that $a === cos(acos($a)) (note the rounding!) for every value in the definition domain of the acos() function.

Parameters

Parameter Data type Default value Note
$arg float not Argument to process.

Return values

float

Returns the arc cosine of the argument in radians.

Additional resources

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024