Difference between revisions of "Manuals/calci/GOLDENANGLE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''GOLDENANGLE'''(Isdegrees) where '''Isdegrees''' is true or false </div> ---- <div id="1SpaceContent" ...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
=GOLDENANGLE(isdegrees)=
  
'''GOLDENANGLE'''(Isdegrees)
+
*where <math>isdegrees</math> is the logical value TRUE or FALSE.
  
where
+
GOLDENANGLE() returns the golden angle value in degrees or radians.
  
'''Isdegrees''' is true or false
+
== Description ==
  
</div>
+
*GOLDENANGLE() displays the golden angle in degrees if the argument is TRUE (or 1) and in radians if the argument is FALSE (or 0).
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
GOLDENANGLE function returns goldenangle in degrees or radian depending on the argument.
+
*If 'a' and 'b' are two arcs where 'a' is longer arc and 'b' is smaller arc, then Golden angle is the angle subtended by the smaller arc when two arcs make a circle in golden ratio.
 +
It is represented as -
  
</div>
+
Golden Angle = <math>\frac{a+b}{a}</math> = <math>\frac{a}{b}</math> = <math>360(2-&phi;)</math>
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
GOLDENANGLE returns goldenangle in degrees if argument is not given.
+
*The value of golden ratio is approximately ''137.508&deg;'' or ''2.399963 radians''.
 +
*Argument <math>isdegrees</math> can be logical values TRUE (or 1) or FALSE (or 0). Any other argument values are ignored and Calci assumes it to be TRUE or 1.
 +
*If argument <math>isdegrees</math> is omitted, Calci assumes it as TRUE or 1 and displays the golden angle in degrees.
 +
*If argument is invalid, Calci returns a #NULL error message.
  
</div>
+
== Examples ==
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
GOLDENANGLE
+
GOLDENANGLE(TRUE) ''returns 137.5077508875556''
  
</div></div>
+
GOLDENANGLE(1) ''returns 137.5077508875556''
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
Lets see an example in (Column2Row1)
+
GOLDENANGLE(FALSE) ''returns 2.399963''
  
<nowiki>=GOLDENANGLE(true)</nowiki>
+
GOLDENANGLE() ''returns 2.399963''
  
Returns 137.507751 for GOLDENANGLE(true)
+
== See Also ==
  
Consider another example in (Column2Row2)
+
*[[Manuals/calci/GOLDENRATIO | GOLDENRATIO]]
  
<nowiki>=GOLDENANGLE(false)</nowiki>
+
== References ==
  
Returns 2.399963 for =GOLDENANGLE(false)
+
*[http://en.wikipedia.org/wiki/Golden_angle Golden Angle]
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|+ Default Calci
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
|
 
| class="sshl_f" | 137.507751
 
| class="                    sshl_f" |
 
| class="sshl_f  sshl_f    " |
 
|- class="even"
 
| class="  " | Row2
 
| class="1      " |
 
| class="sshl_f      " | 2.399963
 
| class=" sshl_f" |
 
| class="sshl_f  sshl_f    " |
 
|- class="odd"
 
| Row3
 
|
 
| class="sshl_f        SelectTD1  SelectTD1 ChangeBGColor" |
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
 
| class="sshl_f    " |
 
| class="sshl_f    " |
 
|- class="even"
 
| Row4
 
|
 
| class=" sshl_f  " |
 
| class="sshl_f    " |
 
| class="  " |
 
|- class="odd"
 
| class=" " | Row5
 
|
 
| class="  " |
 
| class="sshl_f    " |
 
| class="  " |
 
|- class="even"
 
| Row6
 
|
 
|
 
| class="sshl_f    " |
 
| class="  " |
 
|}
 
 
 
{|
 
| <span align="left">[[Image:calci1.gif]]</span>
 
|
 
|
 
[[Image:bold.gif]]
 
|
 
[[Image:italic.gif]]
 
|
 
[[Image:normal.gif]]
 
|
 
[[Image:underline.gif]]
 
|
 
[[Image:border.gif]]
 
|
 
[[Image:numbers.gif]]
 
|
 
[[Image:sort.gif]]
 
|
 
[[Image:formatcells.gif]]
 
|
 
[[Image:graphs.gif]]
 
| $
 
|}
 
 
 
</div>
 
----
 

Revision as of 16:37, 19 December 2013

GOLDENANGLE(isdegrees)

  • where is the logical value TRUE or FALSE.

GOLDENANGLE() returns the golden angle value in degrees or radians.

Description

  • GOLDENANGLE() displays the golden angle in degrees if the argument is TRUE (or 1) and in radians if the argument is FALSE (or 0).
  • If 'a' and 'b' are two arcs where 'a' is longer arc and 'b' is smaller arc, then Golden angle is the angle subtended by the smaller arc when two arcs make a circle in golden ratio.

It is represented as -

Golden Angle = = = Failed to parse (syntax error): {\displaystyle 360(2-&phi;)}

  • The value of golden ratio is approximately 137.508° or 2.399963 radians.
  • Argument can be logical values TRUE (or 1) or FALSE (or 0). Any other argument values are ignored and Calci assumes it to be TRUE or 1.
  • If argument is omitted, Calci assumes it as TRUE or 1 and displays the golden angle in degrees.
  • If argument is invalid, Calci returns a #NULL error message.

Examples

GOLDENANGLE(TRUE) returns 137.5077508875556

GOLDENANGLE(1) returns 137.5077508875556

GOLDENANGLE(FALSE) returns 2.399963

GOLDENANGLE() returns 2.399963

See Also

References