Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about largenumber

Read more about largenumber

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - largenumber

base58 decoding & storing big numbers?

I am trying to make a base58 decoder in c following this tutorial https://learnmeabitcoin.com/technical/base58 To convert a base58 value in to base10, you take each character index and multiply it wit...
test-img

user14570759

c

cryptography

decode

largenumber

base58

Votes: 0

Answers: 1

Latest Answer

what is the best solution for this problem? Check for input validity what if the string is BukQLKksdjkL7asSld = 11398419278238782..more OP's assertion is in error as l is invalid. The valid charac...
test-img

chux - Reinstate Monica

Preventing overflow of large integers in (GPU) optimized methods such as gmpy2 and numba

I am trying to check whether a large integer is a perfect square using gmpy2 in a JIT-decorated (optimized) routine using numba. The example here is for illustrative purposes only (from a theoretical ...
test-img

Eldar Sultanow

python

gpu

largenumber

gmpy

Votes: 0

Answers: 2

Latest Answer

I could now manage to avoid the loss of precision by the following code: @jit('void(uint64)') def findIntegerSolutionsGmpy2(limit: np.uint64): for x in np.arange(0, limit+1, dtype=np.uint64): ...
test-img

Eldar Sultanow

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved