Skip to content

Commit

Permalink
remove floor, ceil, round
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Zgubic committed Jun 23, 2022
1 parent 6f6bdba commit 1770bb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rulesets/Base/nondiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
@non_differentiable CartesianIndices(::Any)
@non_differentiable Channel(::Any...)
@non_differentiable cd(::AbstractString)
@non_differentiable ceil(::Any...)
@non_differentiable chomp(::AbstractString)
@non_differentiable chop(::AbstractString)
@non_differentiable cld(::Any, ::Any)
Expand Down Expand Up @@ -188,7 +187,6 @@
@non_differentiable fld(::Any, ::Any, ::RoundingMode)
@non_differentiable floatmax(::Any)
@non_differentiable floatmin(::Any)
@non_differentiable floor(::Any...)
@non_differentiable flush(::Any)

@non_differentiable gensym(::Symbol)
Expand Down Expand Up @@ -383,7 +381,6 @@ end
@non_differentiable reset(::IO)
@non_differentiable reverse(::AbstractString)
@non_differentiable rm(::AbstractString)
@non_differentiable round(::Any...)
@non_differentiable rsplit(::AbstractString)
@non_differentiable rsplit(::AbstractString, ::AbstractChar)
@non_differentiable rstrip(::AbstractString)
Expand Down

0 comments on commit 1770bb2

Please sign in to comment.