Skip to content

Commit 618aed2

Browse files
committed
Treat comment
1 parent 8101bbf commit 618aed2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

stdlib/bigdecimal-math/0/big_math.rbs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)