ezeio documentation
ezeio documentation

  1. Trace
  2. Week
  3. fatan
  4. Bit
  5. Real time / EPOCH
  6. ModbusPortConfig
  7. fsin

ezeio2:scriptref:fsin

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

fsin

Find the sine of a value

Description

Float:fsin( Float:value )

Find the sine of the given value.

The value is assumed to be in radians.

Parameters

value input value (angle in radians)

Return value

Returns the sine of value.

Example usage

   new Float:x;
 
   x = fsin( PI/4 );    // 0.70710...
  • ezeio2/scriptref/fsin.txt
  • Last modified: 2019-11-18 23:26
  • by andreh
Log In