Skip to content

Commit

Permalink
Removed println calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola-Mircic committed Nov 27, 2024
1 parent 2fecb19 commit 76e7974
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/math/exp_logn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,3 @@ function exp_logn(x::Number, n::Int)
end
end
end

println(exp_logn(0, 5))
println(exp_logn(3.14, 0))
println(exp_logn(2, 5))
println(exp_logn(2, -2))
println(exp_logn(2, -5))

0 comments on commit 76e7974

Please sign in to comment.