Comparing version 0.9.5 to 0.10.0
{ | ||
"name": "mathsass", | ||
"title": "MathSass", | ||
"version": "0.9.5", | ||
"version": "0.10.0", | ||
"description": "A Sass implementation of mathematical functions.", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -103,5 +103,11 @@ # MathSass [![NPM version](https://badge.fury.io/js/mathsass.png)](http://badge.fury.io/js/mathsass) [![Build Status](https://travis-ci.org/terkel/mathsass.png?branch=master)](https://travis-ci.org/terkel/mathsass) [![Dependency Status](https://david-dm.org/terkel/mathsass.png)](https://david-dm.org/terkel/mathsass) [![devDependency Status](https://david-dm.org/terkel/mathsass/dev-status.png)](https://david-dm.org/terkel/mathsass#info=devDependencies) | ||
* `log($x)` | ||
* `log($x, $b: null)` | ||
```scss | ||
@debug log(2) // 0.69315 | ||
@debug log(10) // 2.30259 | ||
@debug log(2, 10) // 0.30103 | ||
``` | ||
#### Trigonometric functions | ||
@@ -108,0 +114,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17018
26
207