diff --git a/firmware-and-api-reference/micropython/math.md b/firmware-and-api-reference/micropython/math.md index 450f493..0dafd29 100644 --- a/firmware-and-api-reference/micropython/math.md +++ b/firmware-and-api-reference/micropython/math.md @@ -4,7 +4,7 @@ The math module provides some basic mathematical functions for working with floa ## Functions -### math.acos\(x\) +#### math.acos\(x\) Return the inverse cosine of `x`.