Fast exponentiation algorithm implemented in WebAssembly using bitwise operators. Currently, it calculates x^y only for values that can fit to 32 bits.
-
Notifications
You must be signed in to change notification settings - Fork 0
kaplanbar/fast-exponentiation-wasm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The fast exponentiation algorithm implemented in WebAssembly. Calculates x^y in O(logn) complexity.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published