Skip to main content
library routine

library routine

4.9
A small part of a program that many programs use for tasks like sorting
  • noun
  • Specialized
translation icon : rutina de biblioteca
  • The simplest math library routines require four FPRs; this number doubles for complex arithmetic and doubles again for extended precision.

Examples

  • The software developer regularly uses a library routine to simplify complex mathematical calculations.

  • And as for things like STL and C/C++ library routines not having error checking, it's done for a reason: speed.

    Blog text (32)
  • They were primarily intended to be used to facilitate intermediate computations by math library routines and were not necessarily meant to be externalized.

    Academic text (1999)
  • When deciding whether it is safe to call two library routines simultaneously, we need to make sure only that they don’t both access the same object, or if they do, that neither access modifies the object.

    Academic text (2012)
  • To improve efficiency, the team implemented a library routine that can be called in various applications.

  • The programmer wrote a library routine for data analysis that can be reused across multiple projects.

Synonyms

subroutine
vslibrary routine
  • Specialized
35 6.5

A set of program steps that does one job and can be used again

is intended for reuse across many applications and kept in a central library
routine
vslibrary routine
  • Specialized
16 3.8

A set of computer instructions that does one task

is stored for reuse across many applications rather than being just any internal sequence
cataloged procedure
vslibrary routine
  • Specialized
7.5

A saved set of commands in a library that a program can run by name

is stored for reuse across many applications rather than single retrieval
library program
vslibrary routine
  • Specialized
4.3

Computer code stored in a library that helps other software do common tasks

is specifically reused across many different applications rather than only by one program
utility routine
vslibrary routine
  • Specialized
4.9

A small program that does a common task other programs can use

is intended for reuse across many applications rather than only common tasks
reusable routine
vslibrary routine
  • Specialized
4.4

A small program you load once and use many times without changing it

is kept in a library for reuse across many different applications
reusable program
vslibrary routine
  • Specialized
3.9

A computer program that you load once and run many times

is stored for reuse across several applications rather than only repeated execution
service routine
vslibrary routine
  • Specialized
5.5

Part of a program that does a small helper task when needed

is stored for broad reuse across applications rather than only for support tasks

How Reusable

library program
  • Specialized
4.3
library routine
  • Specialized
4.9
function
  • Specialized
343 4.9
snippet
36 4.8

Surface Forms

Morphology

library + routine

The meaning is directly compositional: a 'routine' (a set of program instructions) that is part of a 'library' (a collection of reusable code). This noun+noun naming pattern is a straightforward technical compound, so a B1 learner who knows both constituents can readily infer the intended sense.

Etymology

Library routine joins two images: a library is a place where things are kept and borrowed, and a routine is a short set of steps. So it's like taking a tested recipe from a shelf — it means 'a small, reusable program kept in a library so it can be used in many programs'.