MCPcopy Create free account
hub / github.com/dabing1022/Blog / polySine

Method polySine

Processing/game2dai/maths/FastMath.java:1956–1969  ·  view source on GitHub ↗

Computes sin(x) - x, where |x| < 1/16. Use a Remez polynomial approximation. @param x a number smaller than 1/16 @return sin(x) - x

(final double x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

sinQMethod · 0.95
tanQMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected