smaths

Zero-dependency project containing simple mathematical code I keep writing again and again.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

uk.co.odinconsultants
ArtifactId

ArtifactId

smaths
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

smaths
Zero-dependency project containing simple mathematical code I keep writing again and again.
Project URL

Project URL

https://github.com/PhillHenry/smaths
Source Code Management

Source Code Management

https://github.com/PhillHenry/smaths

Download smaths

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.odinconsultants/smaths/ -->
<dependency>
    <groupId>uk.co.odinconsultants</groupId>
    <artifactId>smaths</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.odinconsultants/smaths/
implementation 'uk.co.odinconsultants:smaths:1.1'
// https://jarcasting.com/artifacts/uk.co.odinconsultants/smaths/
implementation ("uk.co.odinconsultants:smaths:1.1")
'uk.co.odinconsultants:smaths:jar:1.1'
<dependency org="uk.co.odinconsultants" name="smaths" rev="1.1">
  <artifact name="smaths" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.odinconsultants', module='smaths', version='1.1')
)
libraryDependencies += "uk.co.odinconsultants" % "smaths" % "1.1"
[uk.co.odinconsultants/smaths "1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.5
org.scalautils : scalautils_2.11 jar 2.1.7

test (5)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.11
org.specs2 : specs2-core_2.11 jar 2.4.16
org.scalatest : scalatest_2.11 jar 2.2.6

Project Modules

There are no modules declared in this project.

smaths

This is a zero-dependency, minimal implementation of common maths formulas.

It is (currently) not written in a particularly FP style to make it as fast as possible.

Besides more useful formulas, the intention is to add a more FP wrapper and dependencies on common libraries. However, note that the "raw" implementations will always be available without these dependencies.

Versions

Version
1.1
1.0