using:standard_lib

This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Standard Library

  • Nat, Int, Real
  • +, , , /, ^
  • <=, >=, >, <
  • ..
  • Infinity

The Sequences module defines operations on finite sequences. We represent a finite sequence as a tuple, so the sequence of three numbers 3, 2, 1 is the triple <<3, 2, 1>>. The Sequences module defines the following operators on sequences:

  • s \o t: The sequence obtained by concatenating the sequences s and t. For example, <<3, 7>> \o <<3>> equals <<3, 7, 3>>.
  • Head
  • SelectSeq
  • SubSeq
  • Append
  • Len
  • Seq
  • Tail
  • IsFiniteSet
  • Cardinality
  • (+), (-)
  • BagIn
  • CopiesIn
  • SubBag
  • BagOfAll
  • EmptyBag
  • \sqsubseteq
  • BagToSet
  • IsABag
  • BagCardinality
  • BagUnion
  • SetToBag
  • RTBound
  • RTnow
  • now
  • :>, @@
  • Print
  • Assert
  • JavaTime
  • Permutations
  • SortSeq
  • using/standard_lib.1728478490.txt.gz
  • Last modified: 2024/10/09 12:54
  • by fponzi