@@ -129,8 +129,6 @@ module BigMath
129129 #
130130 def self?.cos : (BigDecimal x, Numeric prec) -> BigDecimal
131131
132- # <!--
133- # rdoc-file=ext/bigdecimal/bigdecimal.c
134132 # Computes the hyperbolic cosine of `decimal` to the specified number of digits
135133 # of precision, `numeric`.
136134 #
@@ -161,8 +159,6 @@ module BigMath
161159 #
162160 def self?.erfc : (BigDecimal, Numeric) -> BigDecimal
163161
164- # - BigMath.exp(decimal, numeric) -> BigDecimal
165- # -->
166162 # Computes the value of e (the base of natural logarithms) raised to the power
167163 # of `decimal`, to the specified number of digits of precision.
168164 #
@@ -187,8 +183,6 @@ module BigMath
187183 #
188184 def self?.gamma : (BigDecimal, Numeric) -> BigDecimal
189185
190- # <!--
191- # rdoc-file=ext/bigdecimal/bigdecimal.c
192186 # Returns sqrt(x**2 + y**2) to the specified number of digits of precision,
193187 # `numeric`.
194188 #
@@ -213,8 +207,6 @@ module BigMath
213207 #
214208 def self?.lgamma : (BigDecimal, Numeric) -> [BigDecimal, Integer]
215209
216- # - BigMath.log(decimal, numeric) -> BigDecimal
217- # -->
218210 # Computes the natural logarithm of `decimal` to the specified number of digits
219211 # of precision, `numeric`.
220212 #
0 commit comments