Fixed-point numbers with explicit rounding
Native Ruby extensions in Rust
Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance
Approximate equality checks & asserts for fixed-point precision numbers
Bitmap font renderer for GBA/AGB
Helpers for testing Ruby extensions from Rust
Library for Game Boy Advance Development
Generate Rust structs from ClickHouse rows
Official Rust client for ClickHouse DB
A typed client for ClickHouse with killer features
Transport layer abstraction built on top of [`fibers`] crate
A minimal LISP interpreter and compiler for RetroShield Z80
Converts strings and fixnum to boolean
A simple extension to fixnum class to get its divisors.
It returns the percent of a number from another number.
The palindrome check is achieved by first converting the integer to a string, then comparing it to the reversed value of that string. Eg :- 5.palindrome?
extended numbers
A super, simple way to serialize anything from fixnums and floats to arrays and hashes.
Adds one magic method to the Numeric class. Guest what method is it?
Convenience methods for converting fixnums to various string equivalents. (Alphabetic, roman numerals, ordinals, words.)
I get asked to calculate factorials in interviews as an example of recursion all the time, so here you go. Can we talk about how I solve the real problems facing your product or business now?
Adds methods to Fixnum and String to generate and validate Luhn check digits, e.g. for credit card numbers, civic numbers, some account numbers etc. More info: https://en.wikipedia.org/wiki/Luhn_algorithm
This is just a test. Fibonacci-related methods for Fixnum and Bignum. Currently only has closest_fibonacci.
My first gem