-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Intervals
Reading time: 1minConstructor of all kind of intervals: (a,b),[a,b),(a,b],[a,b].
Syntax
interval_open_open(Real, Real)
interval_open_close(Real, Real)
interval_close_open(Real, Real)
interval_close_close(Real, Real)
Description
Given two reals a and b, constructs the interval (a,b).
Given two reals a and b, constructs the interval (a,b].
Given two reals a and b, constructs the interval [a,b).
Given two reals a and b, constructs the interval [a,b].