Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stdlib/math-base-special-absf

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/math-base-special-absf - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+2
-2
package.json
{
"name": "@stdlib/math-base-special-absf",
"version": "0.0.4",
"version": "0.0.5",
"description": "Compute the absolute value of a single-precision floating-point number.",

@@ -17,3 +17,3 @@ "license": "Apache-2.0",

"main": "./lib",
"gypfile": true,
"gypfile": false,
"directories": {

@@ -20,0 +20,0 @@ "benchmark": "./benchmark",

@@ -34,3 +34,3 @@ <!--

<div class="equation" align="center" data-raw-text="|x| = \begin{cases} x &amp; \textrm{if}\ x \geq 0 \\ -x &amp; \textrm{if}\ x &lt; 0\end{cases}" data-equation="eq:absolute_value">
<img src="https://cdn.rawgit.com/stdlib-js/stdlib/e324c10d733d1fb596b21818854c9bd5ca724531/lib/node_modules/@stdlib/math/base/special/absf/docs/img/equation_absolute_value.svg" alt="Absolute value">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@5b4ee1217697eb737011e0d588fddbb119806753/lib/node_modules/@stdlib/math/base/special/absf/docs/img/equation_absolute_value.svg" alt="Absolute value">
<br>

@@ -37,0 +37,0 @@ </div>

# CHANGELOG
> Package changelog.
See [GitHub Releases](https://github.com/stdlib-js/math-base-special-absf/releases) for the changelog.