#numbers #power #practice #radix #digits #operations #find

ognlib

Some code that is written to practice Rust

44 releases

0.5.16 Feb 23, 2024
0.5.12 Jan 31, 2024
0.5.10 Dec 24, 2023
0.5.8 Nov 10, 2023
0.4.5 Jul 19, 2023

#412 in Algorithms

Download history 3/week @ 2023-12-18 3/week @ 2024-01-22 3/week @ 2024-01-29 108/week @ 2024-02-12 713/week @ 2024-02-19 118/week @ 2024-02-26 2/week @ 2024-03-04 9/week @ 2024-03-11 723/week @ 2024-04-01

732 downloads per month

MIT/Apache

77KB
922 lines

workflow Status

ognlib

ognlib is created to practice Rust (for me), so you won't find any new code, that can be used for your projects. It contains code for operations under number digits, some power algorithms, radix numbers and some algorithms.

Features

By default feature num-bigint is enabled, which adds num-bigint dependency. if you don't need to use such methods as wilson_th, factorial and other ones depend on it, you can disable it by setting default-features = false

Contributing

I'm open for your feedback! If you want to improve my code and explain everything that is new for me, feel free to open PR in GitHub repo.

Why was it created?

Currently I'm learning Rust and I want to have practice on something, so I created this lib based on functions from ognfunc.cpp file I made for the another repo.

Dependencies

~5–7.5MB
~134K SLoC