From c723d7aeb7f018155ab7e4d0cd57c92cd44e1b6b Mon Sep 17 00:00:00 2001 From: Daniel Spindelbauer Date: Mon, 20 Aug 2018 10:12:53 +0000 Subject: [PATCH] GitBook: [master] one page modified --- firmware-and-api-reference/micropython/math.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.