About 563,000 results
Open links in new tab
  1. Math (Java Platform SE 8 ) - Oracle Help Center

    The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions. Unlike some of the numeric …

  2. java - Calling a method for calculation - Stack Overflow

    In the main method you can create several Beer-Objects. By iterating over your Beers, you can get the wanted results. Look here to get information about how to set up a main method.

  3. api - Library for providing calculations in Java - Code Review …

    For calculations, there is the basic class Calculator. For executing calculations, there is the method calculate(). Which is more preferable name: calculate() or simplified calc()? The …

  4. Calculator program in java using methods - tutorialsinhand

    Java calculator program - In this chapter of java programs tutorial, we will be creating a simple calculator program in java that would perform add, subtract, division and multiplication …

    Missing:

    • API

    Must include:

  5. Formula4J - Java API - parse formulas and mathematical …

    Formula4j is such a tool. The formula4j Java library has three main benefits: speed of development - the API has a simple, straightforward design. It can be understood by any …

  6. java - How to create public calculation function that returns ...

    Aug 27, 2014 · You can call this method inside the Utils class or outside the class. Calling inside the Utils class: Integer value = calculationMethod(params); Calling outside the Utils class: …

  7. java - Very basic calculator using methods - Code Review Stack …

    I have made a basic calculator using methods. This is my first attempt at using methods and would like to see if I can improve on this as there is a lot of repeated code. import …

  8. Callback Functions in Java with Examples - Java Guides

    👉 Top 7 Refactoring Techniques to Clean Up Your Java Code; 👉 Stream API Refactoring Tricks for Legacy Code; 👉 How to Write Better Java Methods (Short, Clear, Powerful) 👉 Java Methods Best …

  9. Basic Calculator in Java - Baeldung

    Feb 14, 2025 · In this tutorial, we’ll implement a Basic Calculator in Java supporting addition, subtraction, multiplication and division operations. We’ll also take the operator and operands …

  10. Calculator Using RMI(Remote Method Invocation) in Java

    Aug 31, 2022 · RMI (Remote Method Invocation) is an API used to access objects running on another JVM (Server-side). It is mainly used for the creation of distributed systems and is …

  11. Some results have been removed
Refresh