mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 16:09:32 -08:00
Modify sqrt comment.
This commit is contained in:
parent
7c378b401a
commit
d94edaa33f
|
@ -655,7 +655,7 @@ public class StandardPlugin extends Plugin {
|
||||||
"the power that e has to be brought to to be equal to the number.\n\n" +
|
"the power that e has to be brought to to be equal to the number.\n\n" +
|
||||||
"Example: ln(2.718) -> 1", DocumentationType.FUNCTION));
|
"Example: ln(2.718) -> 1", DocumentationType.FUNCTION));
|
||||||
registerDocumentation(new Documentation("sqrt", "Square Root", "Finds the square root " +
|
registerDocumentation(new Documentation("sqrt", "Square Root", "Finds the square root " +
|
||||||
"of the number.", "A square root a of a number is defined such that a times a is equal " +
|
"of the number.", "A square root a of a number is defined as the non-negative a such that a times a is equal " +
|
||||||
"to that number.\n\n" +
|
"to that number.\n\n" +
|
||||||
"Example: sqrt(4) -> 2", DocumentationType.FUNCTION));
|
"Example: sqrt(4) -> 2", DocumentationType.FUNCTION));
|
||||||
registerDocumentation(new Documentation("sin", "Sine", "Computes the sine of the given angle, " +
|
registerDocumentation(new Documentation("sin", "Sine", "Computes the sine of the given angle, " +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user