From 7a0d2c2c47551600a0a4d7baad1058b87bf29cd7 Mon Sep 17 00:00:00 2001 From: scratko Date: Thu, 28 Mar 2024 03:01:23 +0300 Subject: edited readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80add1a..5dda44d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Trigonometric functions table generator (assembler NASM) - + ## Introduction @@ -28,7 +28,7 @@ commands for arithmetic operations (fsin, fcos, fptan). Fptan calculates a value in a very interesting way: it places 1 on the top of the stack (ST0), and places the result (the tangent value) behind the top (ST1). -That is done to simplify the calculation of cotangent ($`1/tang`$). +That is done to simplify the calculation of cotangent (`1/tang`). Therefore, we divide ST0 by ST1 using the fdivp command, and the result is written to the top of the stack. -- cgit v1.2.3