Difference between pages "File:Mandle.gif" and "Asin"

From Mesham
(Difference between pages)
Jump to navigationJump to search
(Mandelbrot example written in Mesham)
 
 
Line 1: Line 1:
Mandelbrot example written in Mesham
+
== Overview ==
 +
 
 +
The asin(d) function will find the inverse sine of the value or variable ''d'' passed to it.
 +
 
 +
* '''Pass:''' A [[Double]] to find the inverse sine of
 +
 
 +
* '''Returns:''' A [[Double]] representing the inverse sine
 +
 
 +
== Example ==
 +
 
 +
#include <maths>
 +
 +
function void main() {
 +
    var d:=asin(23);
 +
    var y:=asin(d);
 +
};
 +
 
 +
''Since: Version 1.0''
 +
 
 +
[[Category:Function Library]]
 +
[[Category:Maths Functions]]

Revision as of 14:32, 15 April 2013

Overview

The asin(d) function will find the inverse sine of the value or variable d passed to it.

  • Pass: A Double to find the inverse sine of
  • Returns: A Double representing the inverse sine

Example

#include <maths>

function void main() {
   var d:=asin(23);
   var y:=asin(d);
};

Since: Version 1.0

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:07, 15 April 2019Thumbnail for version as of 16:07, 15 April 2019500 × 500 (31 KB)Polas (talk | contribs)
  • You cannot overwrite this file.

The following page links to this file: