Abs
class Abs extends NumberMutator (View source)
Calculate the absolute value of a number.
Traits
Methods
float|int
mutateNumber(float|int $value)
No description
Details
in
Makes at line 12
static Makes
make()
Create a new instance of the class.
mixed
mutate(mixed $value)
Mutate the input value.
protected float|int
mutateNumber(float|int $value)
No description