upload
National Institute of Standards and Technology
Industry: Technology
Number of terms: 2742
Number of blossaries: 0
Company Profile:
The National Institute of Standards and Technology (NIST) — known between 1901 and 1988 as the National Bureau of Standards (NBS) — is a measurement standards laboratory and a non-regulatory agency of the United States Department of Commerce. The institute's official mission is to promote U.S. ...
A function that maps keys to integers, usually to get an even distribution on a smaller set of values.
Industry:Computer science
A function that returns true or false. Conceptually it tests for a condition.
Industry:Computer science
A function that takes no arguments.
Industry:Computer science
A function that takes no arguments.
Industry:Computer science
A function where f(A, B) = f(B, A).
Industry:Computer science
A function where f(A, f(B, C)) = f(f(A, B), C).
Industry:Computer science
A function which is defined for all inputs of the right type, that is, for all of a domain.
Industry:Computer science
A function which is not defined for some inputs of the right type, that is, for some of a domain. For instance, division is a partial function since division by 0 is undefined (on the Reals).
Industry:Computer science
A function which takes one argument.
Industry:Computer science
A function whose range is (0, 1). It can be understood to evaluate the truth or falsity of each element of its domain.
Industry:Computer science