MCPcopy Index your code
hub / github.com/java-native-access/jna / cos

Method cos

test/com/sun/jna/DirectTest.java:49–49  ·  view source on GitHub ↗
(double x)

Source from the content-addressed store, hash-verified

47 static class MathLibrary {
48
49 public static native double cos(double x);
50
51 static {
52 Native.register(Platform.MATH_LIBRARY_NAME);

Callers 1

testRegisterMethodsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected