|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.02.27.0021.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ceiling[x] == IntegerPart[x] /; (Element[x, Reals] && x < 0) ||
Element[x, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Ceiling", "[", "x", "]"]], "\[Equal]", RowBox[List["IntegerPart", "[", "x", "]"]]]], "/;", RowBox[List[RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "\[And]", RowBox[List["x", "<", "0"]]]], "\[Or]", RowBox[List["x", "\[Element]", "Integers"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <mo> ⌈ </mo> <mi> x </mi> <mo> ⌉ </mo> </mrow> <mo> ⩵ </mo> <mrow> <mi> int </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mrow> <mi> x </mi> <mo> ∈ </mo> <semantics> <mi> ℝ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalR]", Function[Reals]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> x </mi> <mo> ≤ </mo> <mn> 0 </mn> </mrow> </mrow> <mo> ∨ </mo> <mrow> <mi> x </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ceiling /> <ci> x </ci> </apply> <apply> <ci> int </ci> <ci> x </ci> </apply> </apply> <apply> <or /> <apply> <and /> <apply> <in /> <ci> x </ci> <reals /> </apply> <apply> <leq /> <ci> x </ci> <cn type='integer'> 0 </cn> </apply> </apply> <apply> <in /> <ci> x </ci> <integers /> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Ceiling", "[", "x_", "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["IntegerPart", "[", "x", "]"]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "&&", RowBox[List["x", "<", "0"]]]], ")"]], "||", RowBox[List["x", "\[Element]", "Integers"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|