Documentation

IntOrFloat
in package

Table of Contents

Methods

evaluate()  : float|int
Help some functions with large results operate correctly on 32-bit, by returning result as int when possible, float otherwise.

Methods

evaluate()

Help some functions with large results operate correctly on 32-bit, by returning result as int when possible, float otherwise.

public static evaluate(float|int $value) : float|int
Parameters
$value : float|int
Return values
float|int

        
On this page

Search results