Skip to content

Commit

Permalink
Update deriv/deriv.v
Browse files Browse the repository at this point in the history
Co-authored-by: Ulises Jeremias <ulisescf.24@gmail.com>
  • Loading branch information
suleyman-kaya and ulises-jeremias authored Jul 27, 2024
1 parent 9186f5a commit 1be4c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deriv/deriv.v
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub fn backward(f func.Fn, x f64, h f64) (f64, f64) {

pub fn partial(f fn ([]f64) f64, x []f64, variable int, h f64) (f64, f64) {
/**
* Computes the partial derivative of a multivariable function with respect to a specified variable.
* partial is a function that computes the partial derivative of a multivariable function with respect to a specified variable.
*
* @param f The multivariable function for which the partial derivative is to be computed.
* @param x The point at which the partial derivative is to be computed, represented as an array of coordinates.
Expand Down

0 comments on commit 1be4c6f

Please sign in to comment.