Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 334 Bytes

atan.md

File metadata and controls

25 lines (13 loc) · 334 Bytes

atan

Restituisce l'arcotangente del valore in radianti.

Sintassi

atan(value)

Argomenti

  • value tangente di un angolo in radianti

Esempi

  • atan(0.5) → 0.463647609000806

nota bene

--

osservazioni

--