B
B
buksttabu2016-01-05 21:41:28
Java
buksttabu, 2016-01-05 21:41:28

Code character autocorrect in NetBeans?

In general, I had an aesthetic need to replace the function display code Math.sqrt(arg)in the form of a radical sign √(arg)
. Can you please tell me how this can be implemented?
And ideally √(arg), push the function into a separate lib, so that the result is something like this:

import com.author.radical;          //та самая либа

public class Home{
   //куча кода
   float var1 = (float) √(100);     // var1 = 10.0f
   //куча кода
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question