|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.03.16.0010.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Round[z + n] == Round[z] + n /; Element[n, Integers] &&
!Element[Re[z] + 1/2, Integers] && !Element[Im[z] + 1/2, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Round", "[", RowBox[List["z", "+", "n"]], "]"]], "\[Equal]", RowBox[List[RowBox[List["Round", "[", "z", "]"]], "+", "n"]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["Not", "[", RowBox[List["Element", "[", RowBox[List[RowBox[List[RowBox[List["Re", "[", "z", "]"]], "+", FractionBox["1", "2"]]], ",", "Integers"]], "]"]], "]"]], "\[And]", RowBox[List["Not", "[", RowBox[List["Element", "[", RowBox[List[RowBox[List[RowBox[List["Im", "[", "z", "]"]], "+", FractionBox["1", "2"]]], ",", "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> <mrow> <mi> z </mi> <mo> + </mo> <mi> n </mi> </mrow> <mo> ⌉ </mo> </mrow> <mo> ⩵ </mo> <mtext>   </mtext> <mrow> <mrow> <mo> ⌊ </mo> <mi> z </mi> <mo> ⌉ </mo> </mrow> <mo> + </mo> <mi> n </mi> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mtext> ​ </mtext> <mrow> <mrow> <mrow> <mi> Re </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo> + </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ∉ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mtext> ​ </mtext> <mrow> <mrow> <mrow> <mi> Im </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo> + </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ∉ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <mrow> <mrow> <mrow> <mo> ⌊ </mo> <mrow> <mi> z </mi> <mo> + </mo> <mi> n </mi> </mrow> <mo> ⌉ </mo> </mrow> <mo> ⩵ </mo> <mtext>   </mtext> <mrow> <mrow> <mo> ⌊ </mo> <mi> z </mi> <mo> ⌉ </mo> </mrow> <mo> + </mo> <mi> n </mi> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mtext> ​ </mtext> <mrow> <mrow> <mrow> <mi> Re </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo> + </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ∉ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mtext> ​ </mtext> <mrow> <mrow> <mrow> <mi> Im </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo> + </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ∉ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Round", "[", RowBox[List["z_", "+", "n_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["Round", "[", "z", "]"]], "+", "n"]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["!", RowBox[List[RowBox[List[RowBox[List["Re", "[", "z", "]"]], "+", FractionBox["1", "2"]]], "\[Element]", "Integers"]]]], "&&", RowBox[List["!", RowBox[List[RowBox[List[RowBox[List["Im", "[", "z", "]"]], "+", FractionBox["1", "2"]]], "\[Element]", "Integers"]]]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|