Skip to content

implement Log10 and CmpUint64#134

Closed
holiman wants to merge 2 commits intomasterfrom
log10
Closed

implement Log10 and CmpUint64#134
holiman wants to merge 2 commits intomasterfrom
log10

Conversation

@holiman
Copy link
Copy Markdown
Owner

@holiman holiman commented Mar 28, 2023

Work in progress

Adds the following methods

// CmpUint64 compares z and x and returns:
//
//	-1 if z <  x
//	 0 if z == x
//	+1 if z >  x
func (z *Int) CmpUint64(n uint64) int 

// Log10 returns the log in base 10, floored to nearest integer.
// **OBS** This method returns '0' for '0', not `-Inf`.
func (z *Int) Log10() uint

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 28, 2023

Codecov Report

Merging #134 (f93e900) into master (71f8c05) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #134   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         1615      1671   +56     
=========================================
+ Hits          1615      1671   +56     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant