[Return value doc](https://docs.microsoft.com/en-us/dotnet/api/system.math.asinh?view=net-5.0#returns) is incorrect: >An angle, θ, measured in radians, such that -∞ < θ ≤ -1, or 1 ≤ θ < ∞. Range of `asinh` function is `-∞ < θ < ∞` not `-∞ < θ ≤ -1, or 1 ≤ θ < ∞` (see image). <img src="https://www.boost.org/doc/libs/1_52_0/libs/math/doc/sf_and_dist/graphs/asinh.png"/> Here is a [proof](https://ideone.com/RTucWV) of `Math.Asinh`/`MathF.Asinh` actually returning θ values from range `-1 < θ < 1` that is excluded from the current doc.