Functions: Difference between revisions

402 bytes added ,  4 years ago
Added a few use indications
m (added summary/hint given in Seamly dialog.)
(Added a few use indications)
Line 28:
 
==== acos - arcus cosine function working with radians ====
Use: '''acos(''N'')''' where -1≤''N''≤1
acos(-1)=3.14159
 
acos(1)=0
(-1≤''N''≤1)
 
==== acosD - arcus cosine function working with degrees ====
Use: '''acosD(''N'')''' where -1≤''N''≤1
acosD(-1)=180
 
acosD(1)=0
(-1≤''N''≤1)
 
==== acosh - hyperbolic arcus cosine function ====
Use: '''acosh(''N'')''' where ''N''≥1
acosh(1)=0
 
acosh(2)=1.31696
(''N'' ≥ 1)
 
==== asin - arcus sine function working with radians ====
Use: '''asin(''N'')''' where -1≤''N''≤1
 
==== asinD - arcus sine function working with degrees ====
Use: '''asinD(''N'')''' where -1≤''N''≤1
 
==== asinh - hyperbolic arcus sine function ====
Use: '''asinh(''N'')'''
 
==== atan - arcus tangens function working with radians ====
Use: '''atan(''N'')'''
 
==== atanD - arcus tangens function working with degrees ====
Use: '''atanD(''N'')'''
 
==== atanh - hyperbolic arcur tangens function ====
Use: '''atanh(''N'')''' where -1<''N''<1
 
==== avg - (average,) mean value of all arguments ====
Use: '''avg(''N1'';(''N2''))''' this does seem to be limited to two variables.
 
==== cos - cosine function working with radians ====
Use: '''cos(''N'')'''
 
==== cosD - cosine function working with degrees ====
Use: '''cosD(''N'')'''
 
==== cosh - hyperbolic cosine ====
Use: '''cosh(''N'')'''
 
==== degTorad - converts degrees to radian ====
Use: '''degTorad(''N'')'''
 
==== exp - e raised to the power of x ====
Use:
 
==== fmod - Returns the floating-point remainder of numer/denom (rounded towards zero) ====
Line 79 ⟶ 82:
==== log2 - logarithm to the base 2 ====
 
==== [[Max (function)|max]] - max of all arguments ====
 
==== [[Min (function)|min]] - min of all arguments ====
 
==== radTodeg - converts radian to degrees ====
61

edits