Skip to content

Add versions of DigitCount & DigitSum that work for all bases #17

Closed
@delphidabbler

Description

@delphidabbler

If n ∈ ℕ (n ≠ 0) and b is the number base (b>1) then the number of digits, d, of n is

d = ⌊logb(n)⌋ + 1

Metadata

Metadata

Assignees

Labels

completedIssue completed and committed to develop. To be closed on next releaseenhancementNew feature or request

Projects

Status

Completed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions