Skip to content

Commit b306585

Browse files
authored
Update base/math.jl
1 parent 1f463c3 commit b306585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/math.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ Stacktrace:
328328
"""
329329
log(b::Number, x::Number) = log(promote(b,x)...)
330330

331+
const libm = Base.libm_name
331332
# functions with no domain error
332333
"""
333334
sinh(x)

0 commit comments

Comments
 (0)