ABSMIN
f = ABSMIN (var1 [, var2, … , varN] )
Returns the absolute minumum value of var1
to
varN
. var1
to varN
can be numbers
and arrays of numbers.
See ABSMAX for absolute maximum value.
Example 1: ABSMIN of several numbers
3
a = -1
b = -2
c = print absmin(a, b, c) ' Output: 1
Example 2: ABSMIN of an array
3,-1,2]
a = [-print absmin(a) ' Output: 1
Example 3: ABSMIN of mixed parameters
3,-1,2]
a = [-2
b = -print absmin(a, b) ' Output: 1
Math
ABS
ABSMAX
ABSMIN
ACOS
ACOSH
ACOT
ACOTH
ACSC
ACSCH
ASEC
ASECH
ASIN
ASINH
ATAN
ATAN2
ATANH
ATN
CEIL
COS
COSH
COT
COTH
CSC
CSCH
DEG
DERIV
DETERM
DIFFEQN
EXP
EXPRSEQ
FIX
FLOOR
FRAC
INT
INTERSECT
INVERSE
LINEQN
LOG
LOG10
M3APPLY
M3IDENT
M3ROTATE
M3SCALE
M3TRANS
MAX
MIN
POLYAREA
POLYCENT
POLYEXT
POW
PTDISTLN
PTDISTSEG
PTSIGN
RAD
RND
ROOT
ROUND
SEC
SECH
SEGCOS
SEGLEN
SEGSIN
SEQ
SGN
SIN
SINH
SQR
STATMEAN
STATMEANDEV
STATMEDIAN
STATSPREADP
STATSPREADS
STATSTD
SUM
SUMSQ
TAN
TANH
TRANSPOSE
If there is insufficient information on this page and you wish learn more about ABSMIN,
please send an email to smallbasic@gmail.com. You can help to improve information about
ABSMIN by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.