Skip to content

Remove unnecessary using statements from vectorized functions #426

Closed
@rayleigh

Description

@rayleigh

Summary:

Some of the functions vectorized in #202 have an unnecessary using stan::math:: statement that can be removed.

Description:

See above.

Reproducible Steps:

Look in the code. If it's including a function defined in stan/math/prim/scal/fun/ and has an using stan::math:: statement, remove the using statement.

Current Output:

The using statement is there.

Expected Output:

The using statement should be removed.

Additional Information:

Provide any additional information here.

Current Version:

v2.12.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions