robust-scale

WebJar for robust-scale

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

robust-scale
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

robust-scale
WebJar for robust-scale
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mikolalysenko/robust-scale

Download robust-scale

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/robust-scale/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>robust-scale</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/robust-scale/
implementation 'org.webjars.npm:robust-scale:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/robust-scale/
implementation ("org.webjars.npm:robust-scale:1.0.2")
'org.webjars.npm:robust-scale:jar:1.0.2'
<dependency org="org.webjars.npm" name="robust-scale" rev="1.0.2">
  <artifact name="robust-scale" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='robust-scale', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "robust-scale" % "1.0.2"
[org.webjars.npm/robust-scale "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : two-product jar [1.0.2,2)
org.webjars.npm : two-sum jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

robust-scale

Scales a nonoverlapping increasing sequence of floats by a single floating point value.

testling badge

build status

Install

	npm install robust-scale

Example

var robustScale = require("robust-scale")

robustScale([1, 1e64], 2)

API

require("robust-scale")(a, s)

Multiplies a nonoverlapping increasing sequence of floats by a float.

  • a is the sequence to multiply
  • s is the amount to scale a by. Must be a single float

Returns An array encoding the product a*s.

Credits

Based on JRS robust geometry predicates

Implementation (c) 2013-2014 Mikola Lysenko. MIT License

Versions

Version
1.0.2