Skip to content

Custom function arguments count does not work #1

@ghost

Description

$calc->addFunction("max", function (float ...$a) : float
{
	return max(...$a);
});

it doesn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions