Skip to content

Incorrect return value range for Math.Asinh/MathF.Asinh #7206

@dstftw

Description

@dstftw

Return value doc is incorrect:

An angle, θ, measured in radians, such that -∞ < θ ≤ -1, or 1 ≤ θ < ∞.

Range of asinh function is -∞ < θ < ∞ not -∞ < θ ≤ -1, or 1 ≤ θ < ∞ (see image).

Here is a proof of Math.Asinh/MathF.Asinh actually returning θ values from range -1 < θ < 1 that is excluded from the current doc.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions