Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Planeshifter authored Mar 11, 2024
commit bfb0336e0c41c9e1a7bddaecd00696ddbbb11931
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var addon = require( './../src/addon.node' );
// MAIN //

/**
* Compute the hyperbolic arcsecant of a number.
* Computes the hyperbolic arcsecant of a number.
*
* @private
* @param {number} x - input value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "stdlib/math/base/special/acosh.h"

/**
* Compute the hyperbolic arcsecant of a number.
* Computes the hyperbolic arcsecant of a number.
*
* @param x input value
* @return output value
Expand Down