@stdlib/blas-ext-base-dapx
Add a constant to each element in a double-precision floating-point strided array.
@stdlib/math-base-ops-addf
Compute the sum of two single-precision floating-point numbers.
@stdlib/math-base-ops-add
Compute the sum of two double-precision floating-point numbers.
@stdlib/math-base-ops-caddf
Add two single-precision complex floating-point numbers.
@stdlib/math-iter-ops-add
Create an iterator which performs element-wise addition of two or more iterators.
@stdlib/math-strided-ops-add-by
Element-wise addition of two strided arrays via a callback function.
@stdlib/math-iter-ops-subtract
Create an iterator which performs element-wise subtraction of two or more iterators.
@stdlib/math-strided-ops-sub-by
Element-wise subtraction of two strided arrays via a callback function.
@stdlib/blas-base-zaxpy
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.
complex-float64-base-mul-add
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
@stdlib/math-base-ops-add3
Compute the sum of three double-precision floating-point numbers.
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
number-uint32-base-add
This repository contains a utility for adding unsigned 32-bit integers in a base format. It aims to simplify numerical operations in JavaScript and Node.js. 🐙✨
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.
number-float64-base-add4
Compute the sum of four double-precision floating-point numbers.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
@stdlib/complex-float64-base-add
Add two double-precision complex floating-point numbers.
@stdlib/math-base-ops-add5
Compute the sum of five double-precision floating-point numbers.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
@stdlib/blas-base-caxpy
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.