> For the complete documentation index, see [llms.txt](https://docs.layraweb.com.tr/merhaba/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layraweb.com.tr/merhaba/sql-tarafi/konular/matematiksel-fonksiyonlar/acos.md).

# ACOS

SQL `ACOS` (Arccosine) fonksiyonu bir değerin cosinus değerine göre arccosine (cosine ters) değerini verir. Bu fonksiyon, trigonometrik bir işlemdir ve radyan cinsinden sonuç döndürür. Kullanımı şu şekildedir:

```sql
ACOS(numeric_expression)
```

`numeric_expression` - İşlenecek sayısal değerdir. Bu değer, cosine fonksiyonunun değer aralığındaki bir değer olmalıdır (-1 <= `numeric_expression` <= 1).
