ezeio documentation
ezeio documentation

  1. Trace
  2. SetDriverNo
  3. fatan2
  4. SetModbusTimeout
  5. PID-functions
  6. fatan

ezeio2:scriptref:fatan

eze System Documentation

eze System Documentation

Go to eze.io

  • IMPORTANT INFORMATION
  • Introduction to the ezeio
  • Registration
  • Indicators
  • Installing the ezeio
  • Connecting Sensors and Peripherals
  • User Interface
  • Drivers
  • Expressions
  • Script reference
  • API reference
  • ezeio MkII I/O Expander (TEMPORARILY UNAVAILABLE)
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Yammer
    • Reddit
  • Print
  • Permalink

fatan

Find the arc-tangent of a value

Description

Float:fatan( Float:value )

Find the arc-tangent of the given value in radians.

Parameters

value input value in radians

Return value

Returns the arc-tangent value.

Example usage

   new Float:x;
 
   x = fatan( 1 );    // 0.785398..
  • ezeio2/scriptref/fatan.txt
  • Last modified: 2019-11-18 23:40
  • by andreh
Log In