The docs of Math.Sinh, Math.Cosh, Math.Tanh all says:
Parameters
valueDoubleAn angle, measured in radians.
Remarks
The angle, value, must be in radians. Multiply by Math.PI/180 to convert degrees to radians.
This method calls into the underlying C runtime, and the exact result or valid input range may differ between different operating systems or architectures.
The input value is obviously not an angle, but the area (which means it doesn't effect if the angle is measured in Degrees or Radians or Gradians).
So is it a "copy-paste" mistake of Microsoft docs?
