Libraries
»
appmath
(0.0.1)
»
Index
»
AppMath
»
C
»
#sin
Method: AppMath::C#sin
Defined in:
lib/cnum.rb
#
sin
⇒
Object
Sine.
329 330 331
# File 'lib/cnum.rb', line 329
def
sin
(
expi
-
(
-
self
)
.
expi
)
*
C
.
new
(
0
,
-
R
.
i2
)
end