MathMiscellaneousNDArray::reciprocalOn this pageNDArray::reciprocalpublic static function reciprocal(NDArray|array|float|int $a): NDArray|float|int;Return the reciprocal of the argument, element-wise.Calculates 1 / $aNotestipGPU SUPPORTEDThis operation is supported by GPU (VRAM) and contains a custom CUDA kernel.