How to use the simplification.Polynomial.__sub__ function in simplification

To help you get started, we’ve selected a few simplification examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github KenMercusLai / checkio / simplification.py View on Github external
def __rsub__(self, other):
        return -Polynomial.__sub__(other)

simplification

Fast linestring simplification using RDP or Visvalingam-Whyatt and a Rust binary

MIT
Latest version published 6 months ago

Package Health Score

73 / 100
Full package analysis