DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e33186069⟧ TextFile

    Length: 401 (0x191)
    Types: TextFile
    Names: »unary.hlp«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦e0e3e8967⟧ »./gnuplot.tar.Z« 
        └─⟦01af444b1⟧ 
            └─⟦this⟧ »gnuplot/help/expressions/operators/unary.hlp« 

TextFile

The following is a list of all the unary operators and their
usages:

 Symbol 	Example 	 Explanation
  -      	 -a      	  unary minus
  ~      	 ~a      	* one's complement
  !      	 !a      	* logical negation
  !      	 a!      	* factorial

(*) Starred explanations indicate that the operator requires an
integer argument.

The factorial operator returns a real number to allow a greater range.