User Tools

Site Tools


ch2_3_real

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ch2_3_real [2025/01/20 08:56] – created adminch2_3_real [2025/01/20 09:16] (current) admin
Line 1: Line 1:
-**//Arithmetic functions//**+**//Functions of a real variable//**
  
-Bla bla+Mathematical functions of single real variable. Will accept any integer of float atom. For the variable out of domain, these functions return ''NIL''
 + 
 +Trigonometric functions sine ''SIN'', cosine ''COS'', secant ''SEC'', cosecant ''CSC'', tangent ''TAN'', cotangent ''COT''
 + 
 +Versions expecting angle in degrees: ''SIN-D'', ''COS-D'', ''SEC-D'', ''CSC-D'', ''TAN-D'', ''COT-D''
 + 
 +Inverse functions returning radians: ''ASIN'', ''ACOS'', ''ASEC'', ''ACSC'', ''ATAN'', ''ACOT''
 + 
 +Their modifications returning degrees: ''ASIN-D'', ''ACOS-D'', ''ASEC-D'', ''ACSC-D'', ''ATAN-D'', ''ACOT-D''
 + 
 +Square ''SQR'', and square-root ''SQRT''.  
 + 
 +Exponential function ''EXP'', with base the Euler's number. Natural logarithm ''LN''
 + 
 +Exponential function ''10POW'', with base 10. Decimal logarithm ''LOG''
 + 
 +Absolute value ''ABS''.
  
-Simple math functions. Remeber the functional notation, the operator always appears at the first position. The artihmetic operations work on integers or floats separatelly. When using mixed integers and floats, the return will be float. When diving integers, it will be taken as be integer division. 
ch2_3_real.1737388569.txt.gz · Last modified: 2025/01/20 08:56 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki