New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stdlib/math-base-special-riemann-zeta

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/math-base-special-riemann-zeta - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

package.json
{
"name": "@stdlib/math-base-special-riemann-zeta",
"version": "0.0.5",
"version": "0.0.6",
"description": "Riemann Zeta function.",

@@ -58,3 +58,3 @@ "license": "Apache-2.0 AND BSL-1.0",

"devDependencies": {
"@stdlib/array-linspace": "^0.0.x",
"@stdlib/array-base-linspace": "^0.0.x",
"@stdlib/bench": "^0.0.x",

@@ -61,0 +61,0 @@ "@stdlib/constants-float64-eps": "^0.0.x",

@@ -23,3 +23,3 @@ <!--

[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->

@@ -100,13 +100,10 @@ > [Riemann zeta][zeta-function] function.

```javascript
var linspace = require( '@stdlib/array-linspace' );
var linspace = require( '@stdlib/array-base-linspace' );
var zeta = require( '@stdlib/math-base-special-riemann-zeta' );
var s;
var v;
var s = linspace( -50.0, 50.0, 200 );
var i;
s = linspace( -50.0, 50.0, 200 );
for ( i = 0; i < s.length; i++ ) {
v = zeta( s[ i ] );
console.log( 's: %d, ζ(s): %d', s[ i ], v );
console.log( 's: %d, ζ(s): %d', s[ i ], zeta( s[ i ] ) );
}

@@ -119,3 +116,13 @@ ```

<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
<section class="related">
</section>
<!-- /.related -->
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
<section class="main-repo" >

@@ -144,3 +151,3 @@

Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].

@@ -164,5 +171,16 @@ </section>

<!--
[dependencies-image]: https://img.shields.io/david/stdlib-js/math-base-special-riemann-zeta.svg
[dependencies-url]: https://david-dm.org/stdlib-js/math-base-special-riemann-zeta/main
-->
[umd]: https://github.com/umdjs/umd
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
[deno-url]: https://github.com/stdlib-js/math-base-special-riemann-zeta/tree/deno
[umd-url]: https://github.com/stdlib-js/math-base-special-riemann-zeta/tree/umd
[esm-url]: https://github.com/stdlib-js/math-base-special-riemann-zeta/tree/esm
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg

@@ -169,0 +187,0 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc