mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-17 16:09:32 -08:00
Fix some documentation glitches.
This commit is contained in:
parent
c95a6df304
commit
33b175a3c6
|
@ -596,7 +596,7 @@ public class StandardPlugin extends Plugin {
|
||||||
"of the natural logarithm.\n\n" +
|
"of the natural logarithm.\n\n" +
|
||||||
"Example: exp(1) -> 2.718...", DocumentationType.FUNCTION));
|
"Example: exp(1) -> 2.718...", DocumentationType.FUNCTION));
|
||||||
registerDocumentation(new Documentation("ln", "Natural Logarithm", "Gets the natural " +
|
registerDocumentation(new Documentation("ln", "Natural Logarithm", "Gets the natural " +
|
||||||
"logarithm of the given value.", "The natural logarithm of a number is essentially " +
|
"logarithm of the given value.", "The natural logarithm of a number is " +
|
||||||
"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 " +
|
||||||
|
@ -609,7 +609,7 @@ public class StandardPlugin extends Plugin {
|
||||||
"in radians.", "", DocumentationType.FUNCTION));
|
"in radians.", "", DocumentationType.FUNCTION));
|
||||||
registerDocumentation(new Documentation("tan", "Tangent", "Computes the tangent of the given angle, " +
|
registerDocumentation(new Documentation("tan", "Tangent", "Computes the tangent of the given angle, " +
|
||||||
"in radians.", "", DocumentationType.FUNCTION));
|
"in radians.", "", DocumentationType.FUNCTION));
|
||||||
registerDocumentation(new Documentation("sec", "Secant", "Computes the sec of the given angle," +
|
registerDocumentation(new Documentation("sec", "Secant", "Computes the secant of the given angle, " +
|
||||||
"in radians.", "", DocumentationType.FUNCTION));
|
"in radians.", "", DocumentationType.FUNCTION));
|
||||||
registerDocumentation(new Documentation("csc", "Cosecant", "Computes the cosecant of the given angle, " +
|
registerDocumentation(new Documentation("csc", "Cosecant", "Computes the cosecant of the given angle, " +
|
||||||
"in radians.", "", DocumentationType.FUNCTION));
|
"in radians.", "", DocumentationType.FUNCTION));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user