Skip to content

Commit

Permalink
@undef Complex #< #> #<= #> #between? #clamp
Browse files Browse the repository at this point in the history
  • Loading branch information
hanachin committed Sep 17, 2020
1 parent 5b0c920 commit 53a9952
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions refm/api/src/_builtin/Complex
Expand Up @@ -128,6 +128,31 @@ Complex(2) <=> 3 #=> -1

#@end

--- <(other) -> bool

@undef

--- >(other) -> bool

@undef

--- <=(other) -> bool

@undef

--- >=(other) -> bool

@undef

--- between?(min, max) -> bool

@undef


--- clamp(range) -> object

@undef

--- abs -> Numeric
--- magnitude -> Numeric

Expand Down

0 comments on commit 53a9952

Please sign in to comment.