36
FACTORS
* = function
FACTORS For a value or expression, returns a list of prime factors
and their multiplicities.
<!
z
→ {
list
}
FANNING Calculates the Fanning friction factor of certain fluid
flows.*
N
x
x/D
y
Re
→
x
fanning
FAST3D Sets the plot type to FAST 3D.
N
FCOEF From an array of roots and multiplicities/poles, returns a
rational polynomial with a leading coefficient of 1.
<!
POLYNOMIAL
[[
array
1
]]
→ ‘
symb
1
’
FC? Tests whether the specified system or user flag is clear,
and returns a corresponding test result.
<N
TEST
n
flagnumber
→ 0/1
FC?C Tests whether the specified system or user flag is clear,
returns a corresponding test result, and then clears the
flag.
<N
TEST
n
flagnumber
→ 0/1
FFT Computes the one- or two-dimensional discrete Fourier
transform of an array.
< P
FFT
[
array
]
1
→ [
array
]
2
FILER Opens File Manager.
< G
FINDALARM Returns the alarm index
n
index
of the first alarm due after
the specified time.
>ç
TOOLS
ALRM
date
→
n
index
FINISH Terminates Kermit Server mode in a connected device.
N
FIX Sets the number display format to fix mode, which rounds
the display to
n
decimal places.
N
n
→
Name Description Access Inputs Outputs