logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rootn - Compute x to the power 1/y.

Authors

TheKhronosGroup

Description

       Compute x to the power 1/y.

Name

       rootn - Compute x to the power 1/y.

       floatnrootn(floatnx,intny);floatrootn(floatx,inty);doublenrootn(doublenx,intny);doublerootn(doublex,inty);halfnrootn(halfnx,intny);halfrootn(halfx,inty);

Notes

        1. OpenCL Specification
           page 244, section 6.12.2 - Math Functions

The Khronos Group                                  11/18/2024                                        ROOTN(3clc)

See Also

mathFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also