jbghoul

Results 3 comments of jbghoul

As said in binary-search-bound readme.md : https://github.com/mikolalysenko/binary-search-bounds#notes > Assumes the array is sorted as would be the case if you called Array.sort(cmp) on it When a compare function is given,...

Here is a sample of a shape that causes the error ```javascript 'use strict' var tape = require('tape') var orient = require('robust-orientation') var monotone = require('../lib/monotone') var verifyTriangulation = require('./verify-triangulation')...

I am currently working on a pull request