Function
EN
Version 1.90
@Cos
Float
List
Mathematics
NUMBER
Syntax
@Cos(FN1);
@Cos(FNLIST1);
Description
Calculates the cosine of FN/FNLIST FN1/FNLIST1.
Example: @Cos(FN1)
FN1:=0;
@Cos(FN1);
Example: @Cos(FNLIST1)
FNLIST1:=0.5:1:2;
@Cos(FNLIST1);
returns 0.877582561890373;0.54030230586814;-0.416146836547142
Note : This text was machine-translated and may contain inaccuracies.
