Java acos acos(Number x)

Here you can find the source of acos(Number x)

Description

acos

License

Apache License

Declaration

public static double acos(Number x) 

Method Source Code

//package com.java2s;
// Licensed under the Apache License, Version 2.0 (the "License");

public class Main {
    public static double acos(Number x) {
        return Math.acos(x.doubleValue());
    }//from  w  ww  .ja v  a2 s. c  om
}

Related

  1. acos(float value)
  2. acos(float x)
  3. acos(int f)
  4. acos(Integer a)
  5. acos(Long a)
  6. acos_v2(double x)
  7. acosh(double a)
  8. acosh(double x)
  9. acosh(double x)