Skip to content

Commit

Permalink
update moon info
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfettes committed Jan 9, 2025
1 parent 10f1cef commit 3b2fd1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions float/float.mbti
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ impl Float {
default() -> Float
exp(Float) -> Float
floor(Float) -> Float
is_inf(Float) -> Bool
is_nan(Float) -> Bool
is_neg_inf(Float) -> Bool
is_pos_inf(Float) -> Bool
ln(Float) -> Float
op_mod(Float, Float) -> Float
pow(Float, Float) -> Float
Expand Down

0 comments on commit 3b2fd1f

Please sign in to comment.