Sign Up
Sign In
中文
English Fox - English Dictionary
Meaning of
recursive
in English
recursive
us
//ˌriːˈkʌrsɪv//
uk
//ˌriːˈkjuːr.sɪv//
#uncommon
Definitions
Adjective
self-referential
;
referring
back
The
recursive
formula
refers
back
to
itself
in
its
definition
.
determined
by
preceding
terms
(
in
math
)
The
recursive
sequence
is
determined
by
the
preceding
terms
.
a
program
calling
itself
(
in
computing
)
The
recursive
function
calls
itself
to
solve
the
problem
.
computable
in
finite
time
(
theoretical
model
)
The
algorithm
is
recursive
and
can
be
computed
in
finite
time
.
(
of
a
function
)
calling
itself
repeatedly
(
in
computing
theory
)
The
programmer
wrote
a
recursive
function
to
calculate
the
factorial
.
Compounds / Phrases
non-recursive