trait
FloatTrait (View source)
Methods
signbit(
NdArray|array|int|float $m)
Returns element-wise true where signbit is set (less than zero).
copysign(
NdArray|array|int|float $m,
NdArray|array|int|float $n)
Change the sign of m-element to that of n-element, element-wise.
Details
Returns element-wise true where signbit is set (less than zero).
final static NdArray|int|float
copysign(NdArray|array|int|float $m, NdArray|array|int|float $n)
Change the sign of m-element to that of n-element, element-wise.