Asterisk

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Lua error in package.lua at line 80: module 'strict' not found.

Asterisks used to illustrate a section break in Alice's Adventures in Wonderland.

An asterisk (*; from Late Latin asteriscus, from Ancient Greek ἀστερίσκος, asteriskos, "little star")[1][2] is a typographical symbol or glyph. It is so called because it resembles a conventional image of a star. Computer scientists and mathematicians often vocalize it as star (as, for example, in the A* search algorithm or C*-algebra). In English, an asterisk is usually five-pointed in sans-serif typefaces, six-pointed in serif typefaces,[citation needed] and six- or eight-pointed when handwritten. It can be used as censorship. It is also used on the internet to correct one's spelling, in which case it appears after, or before the correct word.

The asterisk is derived from the need of the printers of family trees in feudal times for a symbol to indicate date of birth. The original shape was seven-armed,[citation needed] each arm like a teardrop shooting from the center.

In computer science, the asterisk is commonly used as a wildcard character, or to denote pointers, repetition, or multiplication.

Usage

Censorship

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

When toning down expletives, asterisks are often used to replace letters. For example, the word 'fuck' might become 'f*ck' or even '****'.

Competitive sports and games

  • In colloquial usage, an asterisk is used to indicate that a record is somehow tainted by circumstances, which are putatively explained in a footnote referenced by the asterisk.[3] This usage arose after the 1961 baseball season in which Roger Maris of the New York Yankees broke Babe Ruth's 34-year-old single-season home run record. Because Ruth had amassed 60 home runs in a season with only 154 games, compared to Maris's 61 over 162 games, baseball commissioner Ford Frick announced that Maris' accomplishment would be recorded in the record books with an explanation (often referred to as "an asterisk" in the retelling). In fact, Major League Baseball had no official record book at the time, but the stigma remained with Maris for many years, and the concept of a real or figurative asterisk denoting less-than-official records has become widely used in sports and other competitive endeavors. A 2001 TV movie about Maris' record-breaking season was called 61* (pronounced sixty-one asterisk) in reference to the controversy.
  • In recent years, the asterisk has come into use on baseball scorecards to denote a "great defensive play."[4]

Barry Bonds

Fans critical of Barry Bonds, who has been accused of using performance-enhancing drugs during his baseball career, invoked the asterisk notion during the 2007 season, as he approached and later broke Hank Aaron's career home run record.[7] Opposing fans would often hold up signs bearing asterisks whenever Bonds came up to bat. After Bonds hit his record-breaking 756th home run on August 7, 2007, fashion designer and entrepreneur Marc Ecko purchased the home run ball from the fan who caught it, and ran a poll on his Web site to determine its fate. On September 26, Ecko revealed on NBC's Today show that the ball will be branded with an asterisk and donated to the Baseball Hall of Fame. The ball, marked with a die-cut asterisk, was finally delivered to the hall on July 2, 2008 after Marc Ecko unconditionally donated the artifact rather than loaning it to the hall as originally intended.

Cricket

  • In cricket, it signifies a total number of runs scored by a batsman without losing his wicket; e.g. 107* means '107 not out'. When written before a player's name on a scorecard, it indicates the captain of the team.
  • It is also used on television when giving a career statistic during a match. For example, 47* in a number of matches column means that the current game is the player's 47th.

Computing

Computer science

Computer interfaces

  • In some command line interfaces, such as the Unix shell and Microsoft's CMD, the asterisk is the wildcard character and stands for any string of characters. This is also known as a wildcard symbol. A common use of the wildcard is in searching for files on a computer. For instance, if a user wished to find a document called Document 1, search terms such as Doc* and D*ment* would return this file. Document* would also return any file that begins with Document.
  • In some graphical user interfaces an asterisk is pre- or appended to the current working document name shown in a window's title bar to indicate that unsaved changes exist. In Windows versions before XP the asterisk was also used as a mask to hide passwords being entered into a text box; later this was changed to a bullet.
  • In Commodore (and related) filesystems, an asterisk appearing next to a filename in a directory listing denotes an improperly closed file, commonly called a "splat file."
  • In travel industry Global Distribution Systems, the asterisk is the display command to retrieve all or part of a Passenger Name Record.
  • In HTML web forms, an asterisk can be used to denote required fields.
  • Chat Room etiquette calls on one asterisk to correct a misspelled word that has already been submitted. For example, one could post lck, then follow it with luck* to correct the word's spelling, or if it's someone else that notices the mistake, they would use *luck.[citation needed]
    • Enclosing a phrase between two asterisks is used to denote an action the user is "performing", e.g. *pulls out a paper*, although this usage is also common on forums, and less so on most chat rooms due to /me or similar commands. Hyphens (-action-) and double colons (::action::) as well as the operator /me are also used for similar purposes.
Adding machines and printing calculators
  • Some international models of adding machines and printing calculators use the asterisk to denote the total, or the terminal sum or difference of an addition or subtraction sequence, respectively, sometimes on the keyboard where the total key is marked with an asterisk and sometimes a capital T, and on the printout.

Programming languages

Many programming languages and calculators use the asterisk as a symbol for multiplication. It also has a number of special meanings in specific languages, for instance:

  • In some programming languages such as the C, C++, and Go programming languages, the asterisk is used to dereference or to declare a pointer variable.
  • In the Common Lisp programming language, the names of global variables are conventionally set off with asterisks, *LIKE-THIS*.
  • In the Ada, Fortran, Perl, Python, Ruby programming languages, in some dialects of the Pascal programming language, and many others, a double asterisk is used to signify exponentiation: 5**3 is 5*5*5 or 125.
  • In the Perl programming language, the asterisk is used to refer to the typeglob of all variables with a given name.
  • In the programming languages Ruby and Python, * has two specific uses. First, the unary * operator applied to a list object inside a function call will expand that list into the arguments of the function call. Second, a parameter preceded by * in the parameter list for a function will result in any extra positional parameters being aggregated into a tuple (Python) or array (Ruby), and likewise in Python a parameter preceded by ** will result in any extra keyword parameters being aggregated into a dictionary.
  • In the APL language, the asterisk represents the exponential and exponentiation functions.
  • In IBM Job Control Language, the asterisk has various functions, including in-stream data in the DD statement, the default print stream as SYSOUT=*, and as a self-reference in place of a procedure step name to refer to the same procedure step where it appears.
  • In Haskell, the asterisk represents the set of well-formed, fully applied types - that is a 0-ary kind of types.

Comments in computing

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

In the B programming language and languages that borrow syntax from it, like C, PHP, Java, or C#, comments (parts of the code not intended to be compiled into the program) are marked by an asterisk combined with the slash:

/* Here is a comment.
   The compiler will ignore it. */

Some Pascal-like programming languages, for example, Object Pascal, Modula-2, Modula-3, and Oberon, as well as several other languages including ML, Wolfram Language (Mathematica), AppleScript, OCaml, Standard ML, and Maple, use an asterisk combined with a parenthesis:

(* This is a comment.
   The compiler will ignore it. *)

CSS, while not strictly a programming language, also uses the slash-star comment format.

body {
  /* This ought to make the text more readable for far-sighted people */
  text-size:24pt;
}

Economics

  • In economics, the use of an asterisk after a letter indicating a variable such as price, output, or employment indicates that the variable is at its optimal level (that which is achieved in a perfect market situation). For instance, p* is the price level p when output y is at its corresponding optimal level of y*.
  • Also in international economics asterisks are commonly used to denote economic variables in a foreign country. So, for example, "p" is the price of the home good and "p*" is the price of the foreign good, etc.

Education

Fluid Mechanics

In fluid mechanics, an asterisk in superscript is sometimes used to mean a property at sonic speed.[8]

Games

  • Certain categories of character types in role-playing games are called splats, and the game supplements describing them are called splatbooks. This usage originated with the shorthand "*book" for this type of supplement to various World of Darkness games, such as Clanbook: Ventrue (for Vampire: The Masquerade) or Tribebook: Black Furies (for Werewolf: The Apocalypse), and this usage has spread to other games with similar character-type supplements. For example, Dungeons & Dragons Third Edition has had several lines of splatbooks: the "X & Y" series including Sword & Fist and Tome & Blood prior to the "3.5" revision, the "Complete X" series including Complete Warrior and Complete Divine, and the "Races of X" series including Races of Stone and Races of the Wild.
  • In many MUDs and MOOs, as well as "male", "female", and other more esoteric genders, there is a gender called "splat", which uses an asterisk to replace the letters that differ in standard English gender pronouns. For example, h* is used rather than him or her. Also, asterisks are used to signify doing an action, for example, "*action*".
  • Game show producer Mark Goodson used a six-pointed asterisk as his trademark. It is featured prominently on many set pieces from The Price Is Right.
  • Scrabble players put an asterisk after a word to indicate that an illegal play was made.[9]

Human genetics

  • In human genetics, * is used to denote that someone is a member of a haplogroup and not any of its subclades (see * (haplogroup)).

Linguistics

In linguistics, an asterisk is placed before a word or phrase to indicate that it is not used, or there are no records of it being in use. This is used in several ways depending on what is being discussed.

Historical linguistics

In historical linguistics, the asterisk marks words or phrases that are not directly recorded in texts or other media, and that are therefore reconstructed on the basis of other linguistic material (see also comparative method).

In the following example, the Proto-Germanic word ainlif is a reconstructed form.

  • *ainlifendleofaneleven

A double asterisk indicates a form that would be expected according to a rule, but is not actually found. That is, it indicates a reconstructed form that is not found or used, and in place of which another form is found in actual usage:

  • For the plural, **kubar would be expected, but separate masculine plural akābir أكابر and feminine plural kubrayāt كبريات are found as irregular forms.

Generative linguistics

In generative linguistics, especially syntax, an asterisk in front of a word or phrase indicates that the word or phrase is not used because it is ungrammatical.

  • wake her up / *wake up her (in Standard American English)

An asterisk before a parenthesis indicates that the lack of the word or phrase inside is ungrammatical, while an asterisk after the opening bracket of the parenthesis indicates that the existence of the word or phrase inside is ungrammatical.

  • go *(to) the station - Here, "go the station" would be ungrammatical.
  • go (*to) home - Here, "go to home" would be ungrammatical.
Ambiguity

Since a word marked with an asterisk could mean either "unattested" or "impossible", it is important in some contexts to distinguish these meanings. In general, authors retain asterisks for "unattested", and prefix ˣ, **, or a superscript "?" for the latter meaning.

Marketing

Asterisks (or other symbols) are commonly used in advertisements to refer readers to special terms/conditions for a certain statement, commonly placed below the statement in question. For example: an advertisement for a sale may have an asterisk after the word "sale" with the date of the sale at the bottom of the advertisement, similar to the way footnotes are used.

Mathematics

The asterisk has many uses in mathematics. The following list highlights some common uses and is not exhaustive.

stand-alone
  • An arbitrary point in some set. Seen, for example, when computing Riemann sums or when contracting a simply connected group to the singleton set { }.
as a unary operator, denoted in prefix notation
as a unary operator, written as a subscript
as a unary operator, written as a superscript
as a binary operator, in infix notation

The asterisk is used in all branches of mathematics to designate a correspondence between two quantities denoted by the same letter – one with the asterisk and one without.

Mathematical typography

In fine mathematical typography, the Unicode character U+2217 ASTERISK OPERATOR (in HTML, &lowast;) is available. This character also appeared in the position of the regular asterisk in the PostScript symbol character set in the Symbol font included with Windows and Macintosh operating systems and with many printers. It should be used in fine typography for a large asterisk that lines up with the other mathematical operators.

Music

Religious texts

  • In the Geneva Bible and the King James Bible, an asterisk is used to indicate a marginal comment or scripture reference.
  • In the Leeser Bible, an asterisk is used to mark off the seven subdivisions of the weekly Torah portion. It is also used to mark the few verses to be repeated by the reader of the Haftara.
  • In American printings of the Book of Common Prayer, an asterisk is used to divide a verse of a Psalm in two portions for responsive reading. British printings use a spaced colon (" : ") for the same purpose.

Star of Life

Replacement for cross/crescent/star on ambulances.

Statistical results

In many scientific publications, the asterisk is employed as a shorthand to denote the statistical significance of results when testing hypotheses. When the likelihood that a result occurred by chance alone is below a certain level, one or more asterisks are displayed. Popular significance levels are <0.05 (*), <0.01 (**), and <0.001 (***).

Telephony

On a Touch-Tone telephone keypad, the asterisk (called star, or less commonly, palm or sextile)[11] is one of the two special keys (the other is the number sign (pound sign or hash or, less commonly, octothorp[11] or square)), and is found to the left of the zero. They are used to navigate menus in Touch-Tone systems such as Voice mail, or in Vertical service codes.

Typography

  • The asterisk is used to call out a footnote, especially when there is only one on the page. Less commonly, multiple asterisks are used to denote different footnotes on a page (i.e., *, **, ***). Typically, an asterisk is positioned after a word or phrase and preceding its accompanying footnote.
  • Three spaced asterisks centered on a page may represent a jump to a different scene, thought, or section.
  • A group of three asterisks arranged in a triangular formation is called an asterism.
  • One or more asterisks may be used as censorship over all or part of a word.
  • Asterisks are sometimes used as an alternative to typographical bullets to indicate items of a list.
  • Asterisks can be used in textual media to represent *emphasis* when bold or italic text is not available (e.g., Twitter, text messaging).
  • Asterisks may denote corrections to misspelling or misstatements in previous electronic messages, particularly when replacement or retraction of a previous writing is not possible, especially with "instant messaging" but also with other "immediate delivery" types of textual messages such as SMS. Usually this takes the form of a message consisting solely of the corrected text, with an asterisk; etiquette varies on whether the asterisk should precede or follow such a correction. Example:
   I had breakfast this mroning
   morning*
   I prefer serial
   *cereal
   I like toast
   don't*
   I asked for bread
   no bread*
  • Bounding asterisks as "a kind of self-describing stage direction", as linguist Ben Zimmer has put it. For example, in "Another gas station robbery *sigh*," the writer uses *sigh* to express disappointment (but does not necessarily literally sigh).[12]

Encodings

The Unicode standard states that the asterisk is distinct from:

  • U+066D ٭ ARABIC FIVE POINTED STAR (HTML &#1645;),
  • U+2217 ASTERISK OPERATOR (HTML &#8727;<dot-separator> &lowast;), and
  • U+2731 HEAVY ASTERISK (HTML &#10033;).[13]

The symbols are compared below (the display depends on your browser's font).

Asterisk Asterisk Operator Heavy Asterisk Small Asterisk Full Width Asterisk Open Centre Asterisk
*
Low Asterisk Arabic star East Asian reference mark Teardrop-Spoked Asterisk Sixteen Pointed Asterisk
٭
Name Unicode Decimal UTF-8 HTML Displayed
Asterisk U+002A &#42; 2A   *
Combining Asterisk Below U+0359 &#857; CD 99   ͙
Arabic Five Pointed Star U+066D &#1645; D9 AD   ٭
East Asian Reference Mark U+203B &#8251; E2 80 BB  
Flower Punctuation Mark U+2055 &#8277; E2 81 95  
Asterism U+2042 &#8258; E2 81 82  
Low Asterisk U+204E &#8270; E2 81 8E  
Two Asterisks Aligned Vertically U+2051 &#8273; E2 81 91  
Combining Asterisk Above U+20F0 &#8432; E2 83 B0  
Asterisk Operator U+2217 &#8727; E2 88 97 &lowast;
Circled Asterisk Operator U+229B &#8859; E2 8A 9B  
Four Teardrop-Spoked Asterisk U+2722 &#10018; E2 9C A2  
Four Balloon-Spoked Asterisk U+2723 &#10019; E2 9C A3  
Heavy Four Balloon-Spoked Asterisk U+2724 &#10020; E2 9C A4  
Four Club-Spoked Asterisk U+2725 &#10021; E2 9C A5  
Heavy Asterisk U+2731 &#10033; E2 9C B1  
Open Centre Asterisk U+2732 &#10034; E2 9C B2  
Eight Spoked Asterisk U+2733 &#10035; E2 9C B3  
Sixteen Pointed Asterisk U+273A &#10042; E2 9C BA  
Teardrop-Spoked Asterisk U+273B &#10043; E2 9C BB  
Open Centre Teardrop-Spoked Asterisk U+273C &#10044; E2 9C BC  
Heavy Teardrop-Spoked Asterisk U+273D &#10045; E2 9C BD  
Heavy Teardrop-Spoked Pinwheel Asterisk U+2743 &#10051; E2 9D 83  
Balloon-Spoked Asterisk U+2749 &#10057; E2 9D 89  
Six Teardrop-Spoked Propeller Asterisk U+274A &#10058; E2 9D 8A  
Heavy Eight Teardrop-Spoked Propeller Asterisk U+274B &#10059; E2 9D 8B  
Squared Asterisk U+29C6 &#10694; E2 A7 86  
Equals With Asterisk U+2A6E &#10862; E2 A9 AE  
Slavonic Asterisk U+A673 &#42611; EA 99 B3  
Small Asterisk U+FE61 &#65121; EF B9 A1  
Full Width Asterisk U+FF0A &#65290; EF BC 8A  
Music Symbol Pedal Up Mark U+1D1AF &#119215; F0 9D 86 AF   𝆯
Tag Asterisk U+E002A &#917546; F3 A0 80 AA  
Light Five Spoked Asterisk U+1F7AF &#128943; F0 9F 9E AF   🞯
Medium Five Spoked Asterisk U+1F7B0 &#128944; F0 9F 9E B0   🞰
Bold Five Spoked Asterisk U+1F7B1 &#128945; F0 9F 9E B1   🞱
Heavy Five Spoked Asterisk U+1F7B2 &#128946; F0 9F 9E B2   🞲
Very Heavy Five Spoked Asterisk U+1F7B3 &#128947; F0 9F 9E B3   🞳
Extremely Heavy Five Spoked Asterisk U+1F7B4 &#128948; F0 9F 9E B4   🞴
Light Six Spoked Asterisk U+1F7B5 &#128949; F0 9F 9E B5   🞵
Medium Six Spoked Asterisk U+1F7B6 &#128950; F0 9F 9E B6   🞶
Bold Six Spoked Asterisk U+1F7B7 &#128951; F0 9F 9E B7   🞷
Heavy Six Spoked Asterisk U+1F7B8 &#128952; F0 9F 9E B8   🞸
Very Heavy Six Spoked Asterisk U+1F7B9 &#128953; F0 9F 9E B9   🞹
Extremely Heavy Six Spoked Asterisk U+1F7BA &#128954; F0 9F 9E BA   🞺
Light Eight Spoked Asterisk U+1F7BB &#128955; F0 9F 9E BB   🞻
Medium Eight Spoked Asterisk U+1F7BC &#128956; F0 9F 9E BC   🞼
Bold Eight Spoked Asterisk U+1F7BD &#128957; F0 9F 9E BD   🞽
Heavy Eight Spoked Asterisk U+1F7BE &#128958; F0 9F 9E BE   🞾
Very Heavy Eight Spoked Asterisk U+1F7BF &#128959; F0 9F 9E BF   🞿

See also

References

  1. "asterisk", American Heritage Dictionary
  2. ἀστερίσκος, Henry George Liddell, Robert Scott, A Greek-English Lexicon, on Perseus
  3. See e.g. Lua error in package.lua at line 80: module 'strict' not found.
  4. Baseball Almanac - Scoring Baseball: Advanced Symbols
  5. Facebook.com
  6. Adcouncil.org, Ad Council, August 8, 2008
  7. See e.g. Lua error in package.lua at line 80: module 'strict' not found.
  8. White, F. M. Fluid Mechanics, Fourth Ed. WCB McGraw Hill.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Complex Conjugate - from Wolfram MathWorld
  11. 11.0 11.1 US 3920926 
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.