Skip to content

Commit

Permalink
import Base.trunc (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer authored Sep 19, 2023
1 parent 46c1cb7 commit f89c878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Base: Array, abs, abs2, acos, acosh, asin, asinh, atan, atanh, bin, binom
parent, parse, powermod,
precision, rand, Rational, rem, reverse, round, setindex!,
show, similar, sign, sin, sincos, sincospi, sinh, sinpi, size, sqrt, string,
tan, tanh, trailing_zeros, transpose, truncate, typed_hvcat,
tan, tanh, trailing_zeros, transpose, trunc, truncate, typed_hvcat,
typed_hcat, vcat, xor, zero, zeros, +, -, *, ==, ^, &, |, <<, >>,
~, <=, >=, <, >, //, /, \, !=

Expand Down

0 comments on commit f89c878

Please sign in to comment.