Skip to content

Instantly share code, notes, and snippets.

View GanaramInukshuk's full-sized avatar

GanaramInukshuk

  • California
View GitHub Profile
@GanaramInukshuk
GanaramInukshuk / jiraf.cpp
Last active January 10, 2024 05:34
Prototype JI ratio finder (for edos, eds of arbitrary equaves, and arbitrary cent values)
// xen_ji_ratio_finder.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
#include <string>
#include <set>
#include <math.h>
typedef std::pair<int, int> Ratio;