Skip to content

Commit 597040e

Browse files
committed
be more specific about functions
1 parent 5ca7e41 commit 597040e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3412,7 +3412,7 @@ is_constantish = function(q, check_singleton=FALSE) {
34123412

34133413
# Outer transformations that can wrap GForce-optimizable expressions
34143414
# e.g., sqrt(min(x)) should be optimized to sqrt(gmin(x))
3415-
# for the moment we only include unary functions
3415+
# for the moment we only include unary elementwise functions
34163416
.gforce_outer_trans = c("sqrt", "abs", "sign", "floor", "ceiling",
34173417
"log", "log10", "log2", "log1p", "exp", "expm1",
34183418
"cos", "sin", "tan", "acos", "asin", "atan",

0 commit comments

Comments
 (0)