Update docs/DifferentiableProgrammingImplementation.md

Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
Philip Turner
2021-12-07 03:45:34 -08:00
committed by GitHub
parent c5463bbdef
commit bbfbb5c2c1

View File

@@ -331,7 +331,6 @@ func f(_ X: Float) -> Float {
// Active values are in all caps.
// These values are varied and useful, and thus need a derivative.
// Non-active values are gray. They do not need a derivative.
@differentiable
func f(_ X: Float) -> Float {
let SINX = sin(X)