Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

build open-axiom

54458 views
)spool asec.output
)set message test off
)set message auto off
)set break resume
digits(22)
)clear all
 
--S 1 of 10
asec(-2.0)
--R
--R   (1)  2.0943951023 9319549230 8
--R                                                                  Type: Float
--E 1

--S 2 of 10
asec(-1.5)
--R
--R   (2)  2.3005239830 2186298268 6
--R                                                                  Type: Float
--E 2

--S 3 of 10
asec(-1.0)
--R
--R   (3)  3.1415926535 8979323846 3
--R                                                                  Type: Float
--E 3

--S 4 of 10
asec(-0.5)
--R 
--R   >> Error detected within library code:
--R   acos: argument > 1 in magnitude
--R
--R   Continuing to read the file...
--R
--E 4

--S 5 of 10
asec(-0.0)
--R 
--R   >> Error detected within library code:
--R   asec: no reciprocal
--R
--R   Continuing to read the file...
--R
--E 5

--S 6 of 10
asec(0.0)
--R 
--R   >> Error detected within library code:
--R   asec: no reciprocal
--R
--R   Continuing to read the file...
--R
--E 6

--S 7 of 10
asec(0.5)
--R 
--R   >> Error detected within library code:
--R   acos: argument > 1 in magnitude
--R
--R   Continuing to read the file...
--R
--E 7

--S 8 of 10
asec(1.0)
--R
--R   (4)  0.0
--R                                                                  Type: Float
--E 8

--S 9 of 10
asec(1.5)
--R
--R   (5)  0.8410686705 6793025577 652
--R                                                                  Type: Float
--E 9

--S 10 of 10
asec(2.0)
--R
--R   (6)  1.0471975511 9659774615 42
--R                                                                  Type: Float
--E 10
)spool 
)lisp (bye)