ezeio documentation
ezeio documentation

  1. Trace
  2. Celsius to Kelvin
  3. control
  4. MIN
  5. SetTimer
  6. samplelog
  7. fasin

ezeio2:scriptref:fasin

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
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Yammer
    • Reddit
  • Print
  • Permalink

fasin

Find the arc-sine of a value

Description

Float:fasin( Float:value )

Find the arc-sine of the given value.

The return value is in radians.

Parameters

value input value

Return value

Returns the arc-sine in radians of value.

Example usage

   new Float:x;
 
   x = fasin( 1 );    // 1.570796..
  • ezeio2/scriptref/fasin.txt
  • Last modified: 2021-09-27 22:44
  • by andreh
Log In