How to resolve the algorithm Real constants and functions step by step in the МК-61/52 programming language
Published on 12 May 2024 09:40 PM
How to resolve the algorithm Real constants and functions step by step in the МК-61/52 programming language
Table of Contents
Problem Statement
Show how to use the following math constants and functions in your language (if not available, note it):
Let's start with the solution:
Step by Step solution about How to resolve the algorithm Real constants and functions step by step in the МК-61/52 programming language
Source code in the мк-61/52 programming language
1 e^x С/П
пи С/П
КвКор С/П
lg С/П
e^x С/П
|x| С/П
П0 ^ [x] П1 - x=0 09 ИП0 С/П ЗН
x>=0 14 ИП1 С/П ИП1 1 - С/П
П0 ^ [x] П1 - x=0 09 ИП0 С/П ЗН
x<0 14 ИП1 С/П ИП1 1 + С/П
x^y С/П
You may also check:How to resolve the algorithm Case-sensitivity of identifiers step by step in the Phix programming language
You may also check:How to resolve the algorithm Loops/Downward for step by step in the Spin programming language
You may also check:How to resolve the algorithm Next highest int from digits step by step in the Lua programming language
You may also check:How to resolve the algorithm Show ASCII table step by step in the Insitux programming language
You may also check:How to resolve the algorithm Nautical bell step by step in the C programming language