at-import / Sassy-math

Complex math functions for Sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithmically compute roots

scottkellum opened this issue · comments

Use an algorithm to compute roots instead of feedback loops. It will be more verbose but less processor intensive and faster.

http://en.wikipedia.org/wiki/Methods_of_computing_square_roots

Rewrite nth-root based on nth-root algorithm:
Inspiration:
http://en.wikipedia.org/wiki/Nth_root_algorithm

SassScript solves this issue! w00t!