soniah / evaler

Implements a simple floating point arithmetic expression evaluator in Go (golang).
BSD 3-Clause "New" or "Revised" License
51 stars 17 forks source link

Add a SQRT method #4

Closed reteps closed 8 years ago

thecardinelli commented 8 years ago

This doesn't make sense and should be closed. The library supports the \ power operator, using fractions, so you can just raise a power to .5 and that will return the square root.