Search references for INTERVAL TREE. Phrases containing INTERVAL TREE
See searches and references containing INTERVAL TREE!INTERVAL TREE
Tree data structure to hold intervals
computer science, an interval tree is a tree data structure to hold intervals. Specifically, it allows one to efficiently find all intervals that overlap with
Interval_tree
Computer science data structure
structure is the interval tree. A segment tree for a set I of n intervals uses O(n log n) storage and can be built in O(n log n) time. Segment trees support searching
Segment_tree
Algorithm for partial ordering of events and detecting causality in distributed systems
Baquero, Carlos; Fonte, Victor (2008), "Interval Tree Clocks: A Logical Clock for Dynamic Systems", Interval Tree Clocks: A Logical Clock for Dynamic Systems
Vector_clock
Data organization and storage formats
octree Z-order UB-tree R-tree R+ tree R* tree Hilbert R-tree X-tree Metric tree Cover tree M-tree VP-tree BK-tree Bounding interval hierarchy Bounding
List_of_data_structures
Calculus for temporal reasoning (relating to time instances) of events
algorithm Java library implementing Allen's Interval Algebra (incl. data and index structures, e.g., interval tree) OWL-Time Time Ontology in OWL an OWL-2
Allen's_interval_algebra
Multidimensional search tree for points in k dimensional space
should be traversed. See also interval tree, which is a 1-dimensional special case. It is also possible to define a k-d tree with points stored solely in
K-d_tree
Data structures used in spatial indexing
query performance. Priority R-tree Segment tree Interval tree – A degenerate R-tree for one dimension (usually time). K-d tree Bounding volume hierarchy Spatial
R-tree
Data structure for a string
the lcp-interval associated with the corresponding node of suffix tree of S can be defined as: Interval [i,..j], 0 ≤ i ≤ j ≤ n is an lcp-interval of lcp-value
Suffix_array
All numbers between two given numbers
between is an interval, denoted [0, 1] and called the unit interval. An interval may contain neither endpoint (called an open interval), both endpoints
Interval_(mathematics)
Mechanism for tracking data changes
scalability problems in some settings, but can be replaced by Interval Tree Clocks. Interval Tree Clocks generalize version vectors and vector clocks and allows
Version_vector
Ordered binary tree of rational numbers
interval. Permuting the vertices on each level of the Stern–Brocot tree by a bit-reversal permutation produces a different tree, the Calkin–Wilf tree
Stern–Brocot_tree
Ordered tree data structure
range query on a range tree reports the set of points that lie inside a given interval. To report the points that lie in the interval [x1, x2], we start by
Range_tree
File format used for genomes
Heng; Rong, Jiazhen (9 June 2021). "Bedtk: finding interval overlap with implicit interval tree". Bioinformatics. 37 (9): 1315–1316. doi:10.1093/bioinformatics/btaa827
BED_(file_format)
Tree data structure
Segment tree Interval tree - A degenerate R-tree for one dimension (usually time) Bounding volume hierarchy Spatial index GiST Cover tree Ciaccia, Paolo;
M-tree
Technique used in relational databases
nested set collections (also known as trees or hierarchies) in relational databases. It is based on Nested Intervals, that "are immune to hierarchy reorganization
Nested_set_model
Search algorithm finding the position of a target value within a sorted array
In computer science, binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position
Binary_search
Data structure
the whole range of values in the tree, where every internal node represents a subinterval. For this recursive interval information to be retained, internal
B+_tree
Data structure in computer science
value "25" into this 2–3–4 tree: Begin at the root (10, 20) and descend towards the rightmost child (22, 24, 29). (Its interval (20, ∞) contains 25.) Node
2–3–4_tree
bounding interval hierarchy (BIH) is a partitioning data structure similar to that of bounding volume hierarchies or kd-trees. Bounding interval hierarchies
Bounding_interval_hierarchy
Ability to name and reproduce musical intervals
Interval recognition, the ability to name and reproduce musical intervals, is an important part of ear training, music transcription, musical intonation
Interval_recognition
Intersection graph for intervals on the real number line
generalization of the interval graphs. The connected triangle-free interval graphs are exactly the caterpillar trees. Proper interval graphs are interval graphs that
Interval_graph
Tree graph with all nodes within distance 1 from central path
edges of the tree can be decomposed into. They are the connected graphs of pathwidth one. They are the connected triangle-free interval graphs. They are
Caterpillar_tree
{R} } -tree obtained in the following way is nonsimplicial. Start with the interval [0, 2] and glue, for each positive integer n, an interval of length
Real_tree
Purely functional data structure
random-access sequences, described below, ordered sequences, and interval trees. Finger trees can provide amortized O(1) pushing, reversing, popping, O(log
Finger_tree
Data structure for permutations
consecutive ones property, recognizing interval graphs, and determining whether a graph is planar. If all the leaves of a PQ tree are connected directly to a root
PQ_tree
Representation of a graph as a path graph "thickened" by some amount
subgraph. Interval graphs are a special case of chordal graphs, and chordal graphs can be represented as intersection graphs of subtrees of a common tree generalizing
Pathwidth
Binary tree selected at random
independent random real numbers in the unit interval, and by maintaining the Cartesian tree structure using tree rotations after any insertion or deletion
Random_binary_tree
stabbing query (using interval trees, 2D range query (using a range tree and a sweepline algorithm), 2D segment query (using a segment tree and a sweepline
PAM_library
Network protocol that builds a loop-free logical topology for Ethernet networks
The Spanning Tree Protocol (STP) is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to
Spanning_Tree_Protocol
1916 poetry collection written by Robert Frost
"The Sound of Trees" "Assertive" 1916 in poetry Robert Frost Frost, Robert. Mountain Interval (1916), Henry Holt And Company Mountain Interval public domain
Mountain_Interval
region. Queries on a K-D-B-tree are a range search over intervals in all domains or axes in the tree. This collection of intervals is called the query region
K-D-B-tree
Deciduous tree in the quassia family
perhaps in the interval between songs a rich, sourceless voice coming out of the high darkness where the ragged shadow of the heaven-tree which snooded
Ailanthus_altissima
Algorithm
has an interval which is clearly "best." Leaf nodes of a B*-tree are given evaluations that are intervals rather than single numbers. The interval is supposed
B*
Infinite binary tree
the Cantor tree is either the full binary tree of height ω + 1, or a topological space related to this by joining its points with intervals. It was introduced
Cantor_tree
Species of moth
Cydalima perspectalis or the box tree moth is a species of moth of the family Crambidae, first described by Francis Walker, the English entomologist, in
Cydalima_perspectalis
search tree can be efficiently queried for a key in a closed interval and for a maximum priority value. That is, one can specify an interval [min_key
Priority_search_tree
Tree graph with exactly one vertex of degree >2
have been characterized with respect to the interval ( − 2 , 2 ) {\displaystyle (-2,2)} . A starlike tree S ( n 1 , n 2 , n 3 ) {\displaystyle S(n_{1}
Starlike_tree
Self-balancing binary search tree data structure
Left-leaning red–black tree AVL tree B-tree (2–3 tree, 2–3–4 tree, B+ tree, B*-tree, UB-tree) Scapegoat tree Splay tree T-tree WAVL tree GNU libavl Cormen
Red–black_tree
Discrete probability distribution
expresses the probability of a given number of events occurring in a fixed interval of time if these events occur with a known constant mean rate and independently
Poisson_distribution
Tree-based data structure
identity value for the associative operation used. Each node of the tree represents an interval of the underlying array of values. The root node represents the
Range_query_tree
Data pre-processing technique
data values which fall into a given small interval, a bin, are replaced by a value representative of that interval, often a central value (mean or median)
Data_binning
Ascending or descending sequence of musical tones
number of scale steps, a scale step being the recognizable distance (or interval) between two successive notes of the scale. However, there is no need for
Scale_(music)
tree Fault tree Free tree Game tree K-ary tree Octree Parse tree Phylogenetic tree Polytree Positional tree PQ tree R-tree Rooted tree Ordered tree Recursive
List_of_graph_theory_topics
American computer scientist
the ham sandwich theorem, Delaunay triangulation, point location, interval trees, fractional cascading, and protein docking. Who is Who – Cyberworlds
Herbert_Edelsbrunner
Intersection graph of unit intervals on the real line
graph is an indifference graph in linear time, by using PQ trees to construct an interval representation of the graph and then testing whether a vertex
Indifference_graph
Mapping function that preserves data point locality
that the points contained in a square of the quadtree form a contiguous interval in the sorted order. The second is that if more than one child of a square
Z-order_curve
Curve whose range contains the unit square
curve (with endpoints) is a continuous function whose domain is the unit interval [0, 1]. In the most general form, the range of such a function may lie
Space-filling_curve
Tree node with two other nodes as descendants
precomputing the answers to large intervals that have sizes that are powers of two, and the other based on table lookup for small-interval queries. This method was
Lowest_common_ancestor
Ryan Seacrest James McAvoy, The Bella Twins, LIVE's Jan-YOU-ary – Bands Interval Workout January 15 Kelly Ripa & Ryan Seacrest Samuel L. Jackson, Noomi
List of Live with Kelly and Ryan episodes
List_of_Live_with_Kelly_and_Ryan_episodes
Country in South Asia
cleared for human settlement, the thorn forests of Punjab were mingled at intervals with open grasslands that were grazed by large herds of blackbuck preyed
India
Free online crowdsourced encyclopedia
comparison), absence of statistical analysis (e.g., of reported confidence intervals), and a lack of study "statistical power" (i.e., owing to small sample
Wikipedia
using interval heaps. An interval heap is like an embedded min-max heap in which each node contains two elements. It is a complete binary tree in which:
Double-ended_priority_queue
Signal with equal energy per octave
density (power per frequency interval) is inversely proportional to the frequency of the signal. In pink noise, each octave interval (halving or doubling in
Pink_noise
computer science, an interval union-split-find data structure is a data structure that stores a partition of the integer interval [ 1 , n ] {\displaystyle
Interval_union-split-find
Set of points on a line segment with certain topological properties
open interval ( 3 k + 1 3 n + 1 , 3 k + 2 3 n + 1 ) {\textstyle \left({\frac {3k+1}{3^{n+1}}},{\frac {3k+2}{3^{n+1}}}\right)} from the closed interval [
Cantor_set
Species of tree
Lawsonia inermis, also known as hina, the henna tree, the mignonette tree, and the Egyptian privet, is a flowering plant and one of the only two species
Lawsonia_inermis
Self-balancing binary search tree
(counted as the maximal number of levels) of an AVL tree with n {\displaystyle n} nodes lies in the interval: log 2 ( n + 1 ) ≤ h < log φ ( n + 2 ) + b
AVL_tree
Military maneuver of the US Air Force
A minimum interval takeoff (MITO) is a technique of the United States Air Force for scrambling all available bomber and tanker aircraft at twelve- and
Minimum_interval_takeoff
Percussion instrument
or a xylophone mallet down the length of the tree. The bells are usually pitched to microtonal intervals and do not represent any formal scale. When a
Bell_tree
American timeshare company
approximately 1.8 million in the Interval Network. The biggest competitors for Interval are RCI, and Platinum Interchange. Interval is the second largest timeshare
ILG,_Inc.
the unit interval, the derivative is D = 1, and the limit is just ζ(3). For other graphs, the expected weight of the random minimum spanning tree can be
Random_minimum_spanning_tree
Failure analysis system used in safety engineering and reliability engineering
t < 0.001 {\displaystyle \lambda t<0.001} A fault tree is often normalized to a given time interval, such as a flight hour or an average mission time
Fault_tree_analysis
Taxonomy of statistical data elements
directions, e.g. wind measurements), count (a whole number of events), or real intervals (e.g. measures of temperature). The data type is a fundamental concept
Statistical_data_type
Data structure
Fenwick tree is most easily understood using a one-based array A [ n ] {\displaystyle A[n]} with n {\displaystyle n} values. Using half-open interval syntax
Fenwick_tree
Set of statistical processes for estimating the relationships among variables
the true values. A prediction interval that represents the uncertainty may accompany the point prediction. Such intervals tend to expand rapidly as the
Regression_analysis
Mathematical set with an ordering
and an ideal of L. An interval in a poset P is a subset that can be defined with interval notation: For a ≤ b, the closed interval [a, b] is the set of
Partially_ordered_set
Possible distances in a bar-joint system
a new interval and exactly one local orientation changes sign during this jump. Example. Figure 4 shows an oriented framework of a 1-dof tree-decomposable
Cayley_configuration_space
Study of collection and analysis of data
and confidence intervals, linear regression, and correlation; (follow-on) courses may include forecasting, time series, decision trees, multiple linear
Statistics
Search tree data structure
trie (/ˈtraɪ/, /ˈtriː/ ), also known as a digital tree or prefix tree, is a specialized search tree data structure used to store and retrieve strings
Trie
Earth's most severe extinction event
the major pulse of marine extinction occurring in a 60,000-100,000 year interval around 251.902 million years ago (mya) marking the boundary between the
Permian–Triassic extinction event
Permian–Triassic_extinction_event
Computer science query
support interval queries, continuous queries, etc. Since the Bx-tree is an index built on top of a B+ tree index, all operations in the Bx-tree, including
Bx-tree
Species of bee
The tree bumblebee or new garden bumblebee (Bombus hypnorum) is a species of bumblebee common [on] the European continent and parts of Asia. Since the
Bombus_hypnorum
First man and woman in Abrahamic creation myth
of Eden. Adam is told that he can eat freely of all the trees in the garden, except for the tree of the knowledge of good and evil. Subsequently, Eve is
Adam_and_Eve
Species of tree native North America
Populus tremuloides is a deciduous tree native to cooler areas of North America, one of several species referred to by the common name aspen. It is commonly
Populus_tremuloides
Alternative decimal expansion of 1
the closed interval [0, 10] (that is, it is greater than or equal to 0 and less than or equal to 10), one can imagine dividing that interval into ten pieces
0.999...
Method of data analysis
Median unbiased Plug-in Interval estimation Confidence interval Pivot Likelihood interval Prediction interval Tolerance interval Resampling Bootstrap Jackknife
Principal_component_analysis
English rock band (1960–1970)
are characterised as primarily "vertical", employing wide, consonant intervals which express his "extrovert energy and optimism". Conversely, Lennon's
The_Beatles
the studied area to the maximum flooding interval of the Amazonas Basin during the Bashkirian-Moscovian interval. Rojas Mantilla et al. (2026) report evidence
2026_in_paleontology
Technique for finding an extremum of a function
specified interval. For a strictly unimodal function with an extremum inside the interval, it will find that extremum, while for an interval containing
Golden-section_search
Function with unusual fractal properties
It maps quadratic irrational numbers to rational numbers on the unit interval, via an expression relating the continued fraction expansions of the quadratics
Minkowski's question-mark function
Minkowski's_question-mark_function
Species of chestnut tree
American chestnut (Castanea dentata) is a large, fast-growing deciduous tree of the beech family native to eastern North America. As is true of all species
American_chestnut
Probabilistic problem-solving algorithm
examples: Simulation: Drawing one pseudo-random uniform variable from the interval [0,1] can be used to simulate the tossing of a coin: If the value is less
Monte_Carlo_method
Object detection system using radio waves
elevation, or azimuth bin). On the surface it appears that then within a fixed interval of time, perfect, error free, detection could be obtained. This is done
Radar
of subtrees of a tree), circle graphs (intersection graphs of chords of a circle), interval graphs (intersection graphs of intervals of a line), line
Glossary_of_graph_theory
Spanning tree minimizing sum of distances
searching among all trees with k {\displaystyle k} internal nodes. The minimum routing cost spanning tree of an unweighted interval graph can be constructed
Minimum routing cost spanning tree
Minimum_routing_cost_spanning_tree
Graphical display of scientific results
these studies (often represented by a square) incorporating confidence intervals represented by horizontal lines. The graph may be plotted on a natural
Forest_plot
Topological space arising from a usual graph
each edge e = x y ∈ E {\displaystyle e=xy\in E} by a copy of the unit interval I = [ 0 , 1 ] {\displaystyle I=[0,1]} , where 0 {\displaystyle 0} is identified
Graph_(topology)
Collection of character sketches
Twenty-five years later, Hazlitt looks back in astonishment that, in the interval, Godwin's reputation "has sunk below the horizon, and enjoys the serene
The_Spirit_of_the_Age
Species of wooly domesticated mammal
smallest. Next to these is a curved, suberect canine, followed after an interval by an isolated minute and often deciduous simple conical premolar; then
Llama
of Darth Vader". The first two trilogies were released on three-year intervals, the sequel trilogy films two years apart. The film would be the first
List_of_Star_Wars_films
Concept in probability theory
Brownian tree, or Aldous tree, or Continuum Random Tree (CRT) is a random real tree that can be defined from a Brownian excursion. The Brownian tree was defined
Brownian_tree
Branch of statistics
HR=\exp({\text{coef}})=1.581} , with a 95% confidence interval of 0.9337 to 2.677. Because the confidence interval for HR includes 1, these results indicate that
Survival_analysis
American-British actress (1911–1979)
such as Of Love and Desire (1963) and Hotel (1967). Her last movie was Interval (1973). Charlotte Selby, Oberon’s possible birth grandmother, raised Oberon
Merle_Oberon
2025 video game
game, where the player's choices affect the story via the use of dialogue trees in conversations with other characters. A large form of the gameplay consists
Dispatch_(video_game)
Ancestor of all current life on Earth
study suggested that the LUCA lived around 4.2 bya (with a confidence interval of 4.33–4.09 bya). This dating implies that the time gap between the origin
Last universal common ancestor
Last_universal_common_ancestor
Country in West Asia
363 C.E., 749 C.E., and 1033 C.E. "So roughly, we are talking about an interval of every 400 years. If we follow the patterns of nature, a major quake
Israel
Uncontrolled fire in forests or open spaces
PM in smoke. Another epidemiological study found a 7.2% (95% confidence interval: 0.25%, 15%) increase in risk of respiratory related hospital admissions
Wildfire
1872 novel by Thomas Hardy
Under the Greenwood Tree: A Rural Painting of the Dutch School is the second published novel by the English author Thomas Hardy, published anonymously
Under_the_Greenwood_Tree
Antiarrythmic medication
from the bark of the cinchona tree. The drug causes increased action potential duration, as well as a prolonged QT interval. As of 2019, its IV formulation
Quinidine
Daily appearance and disappearance of the Moon at the Earth's horizon
which the other references indicate, or some other seasonally varying time interval. The Moon appears to be larger at moonrise or moonset due to an illusion
Moonrise_and_moonset
INTERVAL TREE
INTERVAL TREE
Boy/Male
Indian
Internal Cleanliness
Surname or Lastname
English
English : variant of Treece.
Girl/Female
American, Gujarati, Hindu, Indian, Kannada, Malayalam, Marathi, Sindhi, Tamil, Telugu
Plucked Flower; Voice of Heart; Woman; Intellect; Behold of Any Beautiful Scene; Internal Beauty
Surname or Lastname
Irish
Irish : reduced Anglicized form of either of two Gaelic names, Ó DuibhÃn ‘descendant of DuibhÃn’, a byname meaning ‘little black one’, or Ó DaimhÃn ‘descendant of DaimhÃn’, a byname meaning ‘fawn’, ‘little stag’. These are attenuated versions of Ó Dubháin and Ó Damháin, and are the phonetic origin of Anglicizations with an internal v (as opposed to w, as in Dewan, or monosyllabic forms with an o or u) (see Doane).English and French : nickname, of literal or ironic application, from Middle English, Old French devin, divin ‘excellent’, ‘perfect’ (Latin divinus ‘divine’).
Surname or Lastname
English
English : topographic name for someone who lived by a maple tree, Middle English mapel (Old English mapul).French : from Latin mapula, a diminutive of mappa ‘piece of cloth’, ‘napkin’, presumably a metonymic occupational name for a cloth merchant or a weaver.
Surname or Lastname
Cornish
Cornish : habitational name from places so named in the parishes of Zennor and St. Levan, both of which appear earlier in the form Trethyn, from Cornish tre ‘homestead’, ‘settlement’ + dyn ‘fort’.English : variant of Treece, from a form with the weak plural ending.
Surname or Lastname
German
German : from Middle High German lins(e) ‘lentil’, presumably a metonymic occupational nickname for a grower of lentils.German : from a short form of a Germanic personal name formed with Old High German lint ‘snake’ or linta ‘linden tree’, ‘shield’.English (Staffordshire) : unexplained. Possibly a variant of Lynes.Latvian : possibly from lins ‘flax’.
Male
English
Anglicized form of Greek ApollyÅn, APOLLYON means "destroyer." In the New Testament bible, this is the name of the angel-prince of the infernal regions, the minister of death and author of havoc on earth. He is also known by the name Abaddon.
Girl/Female
Arabic, Bengali, Gujarati, Hindu, Indian, Kannada, Marathi, Muslim, Punjabi, Sikh, Sindhi, Telugu
Heart; Inner Beauty; Fame; Internal Nature; Wisdom
Surname or Lastname
English and French
English and French : nickname for a handsome man (perhaps also ironically for an ugly one), from Old French beu, bel ‘fair’, ‘lovely’ (Late Latin bellus).Hungarian (Bél) : from the old secular Hungarian name Bél, or alternatively from bél ‘internal part’, probably an occupational name for a servant who worked in the household.Czech (BÄ›l) from Czech bÃlý ‘white’.
Boy/Male
Gujarati, Hindu, Indian, Kannada, Punjabi, Sanskrit, Sikh, Traditional
Protector of All; Protector of God Indra; Gods Friends
Surname or Lastname
English
English : variant of Treece.
Male
Greek
(ἈπολλÏων) Greek name APOLLYÅŒN means "destroyer." In the New Testament bible, this is the name of the angel-prince of the infernal regions, the minister of death and author of havoc on earth. He is also known by the name AbaddÅn.
Surname or Lastname
Americanized spelling of Swedish Ap(p)elberg, an ornamental name composed of the elements apel ‘apple tree’ + berg ‘mountain’.English
Americanized spelling of Swedish Ap(p)elberg, an ornamental name composed of the elements apel ‘apple tree’ + berg ‘mountain’.English : the surname Applebury is recorded in England in the 19th century, perhaps a habitational name from a lost place.
Surname or Lastname
English
English : habitational name possibly from any of three places in Devon called Lincombe, named in Old English with līn ‘flax’ or lind ‘lime tree’ + cumb ‘valley’.
Male
Greek
(á¾Î¹Î´Î·Ï‚) Greek name derived from the word aides, HAIDES means "unseen." In mythology, this is the name of the god of the underworld, brother of Zeus and husband of Persephone. In the Greek bible, Haides is associated with Orcus, the realm of the dead, the infernal regions where disembodied spirits live, a dark and dismal place in the depths of the earth. Only later was Haides described as the grave, death, and hell. Also spelled HadÄ“s.Â
Surname or Lastname
English
English : habitational name from places called Lindon in Lincolnshire, Linden End, Haddenham, in Cambridgeshire, or Lyndon, Rutland, all named from Old English lind ‘lime tree’ or līn ‘flax’ + dūn ‘hill’.
Surname or Lastname
English
English : topographic name from the plural of Middle English tre(w) ‘tree’.
Surname or Lastname
English (mainly southeastern)
English (mainly southeastern) : topographic name for someone who lived near a conspicuous tree, Middle English tre(w).
Boy/Male
Sikh
Protector of Indra, Variant of Inder
INTERVAL TREE
INTERVAL TREE
Girl/Female
Indian, Telugu
Desire
Girl/Female
Hindu
Heavenly body, A star, Pearl
Boy/Male
Hindu, Indian, Marathi
Reward Winner
Boy/Male
Australian, Danish, Dutch, Finnish, German, Swedish, Teutonic
Army Defender; Army Warrior
Boy/Male
Indian, Tamil
God
Girl/Female
Biblical, Dutch, German
A Hill; Cup
Girl/Female
Muslim
Conscious. Pious. Wise. Mature.
Boy/Male
Tamil
Vijendra | விஜேஂதà¯à®°
Victorious
Boy/Male
Muslim/Islamic
Spotted Speckled
Girl/Female
Muslim/Islamic
Oryx Addax
INTERVAL TREE
INTERVAL TREE
INTERVAL TREE
INTERVAL TREE
INTERVAL TREE
n.
An inhabitant of the infernal regions; also, the place itself.
a.
Pertaining to its own affairs or interests; especially, (said of a country) domestic, as opposed to foreign; as, internal trade; internal troubles or war.
n.
Space of time between any two points or events; as, the interval between the death of Charles I. of England, and the accession of Charles II.
n.
An interval.
n.
Intervening space; interval.
n.
Interval; intermission.
n.
An interval of a fifth; also, a part sung with such intervals.
n.
Alt. of Intervale
n.
Difference in pitch between any two tones.
n.
An interhyal ligament or cartilage.
n.
An interval.
n.
A brief space of time between the recurrence of similar conditions or states; as, the interval between paroxysms of pain; intervals of sanity or delirium.
a.
Inward; interior; being within any limit or surface; inclosed; -- opposed to external; as, the internal parts of a body, or of the earth.
a.
Derived from, or dependent on, the thing itself; inherent; as, the internal evidence of the divine origin of the Scriptures.
n.
A space between things; a void space intervening between any two objects; as, an interval between two houses or hills.
a.
Pertaining to, or proceeding by, integration; as, the integral calculus.
v. t.
To interpel.
a.
Internal.
n.
A small interval, less than any in actual practice, but used in the mathematical calculation of intervals.
a.
Of or pertaining to, resembling, or inhabiting, hell; suitable for hell, or to the character of the inhabitants of hell; hellish; diabolical; as, infernal spirits, or conduct.