We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc01c6 commit 898765eCopy full SHA for 898765e
1 file changed
src/main/cpp/src/round_float.hpp
@@ -34,9 +34,9 @@ namespace spark_rapids_jni {
34
* This currently supports HALF_UP and HALF_EVEN rounding for integer, floating point and
35
* `decimal32` and `decimal64` numbers. For `decimal32` and `decimal64` numbers, negated
36
* `numeric::scale` is equivalent to `decimal_places`.
37
- *
+ *
38
* For integer and decimal types this calls cudf::round_decimal().
39
- * Floating point rounding is handled here directly.
+ * Floating point rounding is handled here directly.
40
*
41
* Example:
42
* ```
0 commit comments