Skip to content

philippstepanenko/sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set Calculator

setc.ml

Set in math

In mathematics, a set is a collection of distinct objects, considered as an object in its own right. Objects of a set are called elements.

Basic operations

There are several fundamental operations for constructing new sets from given sets:

  • Union: U
  • Intersection: ∩
  • Difference: \
  • Symmetric difference: △

Priority of operations:

  1. U
  2. ∩, \, △

Operations with equal priority are performed from the left to the right.

About

Set Calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published