Skip to content

[C++] Clean up docs for log/trig functions, MakeUnaryArithmeticFunctionFloatingPoint #29035

@asfimport

Description

@asfimport

The docs state these only work with float arguments, but they work with integers too.

MakeUnaryArithmeticFunctionFloatingPoint has a redundant check for float arguments that no longer applies:

auto output = is_integer(ty->id()) ? float64() : ty;

Reporter: David Li / @lidavidm

Note: This issue was originally created as ARROW-13361. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions