numeric format - Übersetzung nach niederländisch
DICLIB.COM
KI-basierte Sprachtools
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:     

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

numeric format - Übersetzung nach niederländisch

Numeric tower
  • A representation of the numerical tower with five types of numbers.

numeric format      
numeriek formaat, het formaat waarin een numerieke waarde wordt weergegeven in een elektronisch werkblad
archive file         
FILE THAT IS COMPOSED OF ONE OR MORE COMPUTER FILES ALONG WITH METADATA; USED TO COLLECT MULTIPLE DATA FILES TOGETHER INTO A SINGLE FILE FOR EASIER PORTABILITY AND STORAGE, OR SIMPLY TO COMPRESS FILES TO USE LESS STORAGE SPACE
Archive formats; Archive (computing); File archive; Archive file format; Compressed archive; Archive format; Archive files; Archiver format
archiefbundel (een bundel opgeslagen gegevens)
free format         
  • 30px
FILE FORMAT WITH AN OPENLY PUBLISHED SPECIFICATION
Open formats; List of free file formats; Free file formats; Free format; Free formats; Free file format; Libre file format; Libre format; Openformat; Open format
vrij formaat

Definition

format
(formats, formatting, formatted)
1.
The format of something is the way or order in which it is arranged and presented.
I had met with him to explain the format of the programme and what we had in mind.
...a large-format book.
N-COUNT
2.
The format of a piece of computer software or a musical recording is the type of equipment on which it is designed to be used or played. For example, possible formats for a musical recording are CD and cassette.
His latest album is available on all formats.
N-COUNT
3.
To format a computer disk means to run a program so that the disk can be written on. (COMPUTING)
VERB: V n
4.
To format a piece of computer text or graphics means to arrange the way in which it appears when it is printed or is displayed on a screen. (COMPUTING)
When text is saved from a Web page, it is often very badly formatted with many short lines.
VERB: V n

Wikipedia

Numerical tower

In Scheme and in Lisp dialects inspired by it, the numerical tower is a set of data types that represent numbers and a logic for their hierarchical organisation.

Each type in the tower conceptually "sits on" a more fundamental type, so an integer is a rational number and a number, but the converse is not necessarily true, i.e. not every number is an integer. This asymmetry implies that a language can safely allow implicit coercions of numerical types—without creating semantic problems—in only one direction: coercing an integer to a rational loses no information and will never influence the value returned by a function, but to coerce most reals to an integer would alter any relevant computation (e.g., the real 1/3 does not equal any integer) and is thus impermissible.