Skip to content

Commit b2bed98

Browse files
authored
Merge pull request godotengine#8021 from jynus/mathf_asinh
C#: Document new `Asinh`, `Acosh` and `Atanh` functions in Mathf
2 parents eae02c8 + 22f25b6 commit b2bed98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tutorials/scripting/c_sharp/c_sharp_differences.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,12 @@ abs Mathf.Abs
112112
absf Mathf.Abs
113113
absi Mathf.Abs
114114
acos Mathf.Acos
115+
acosh Mathf.Acosh
115116
asin Mathf.Asin
117+
asinh Mathf.Asinh
116118
atan Mathf.Atan
117119
atan2 Mathf.Atan2
120+
atanh Mathf.Atanh
118121
bezier_derivative Mathf.BezierDerivative
119122
bezier_interpolate Mathf.BezierInterpolate
120123
bytes_to_var GD.BytesToVar

0 commit comments

Comments
 (0)