RosettaCodeData/Task/Eulers-identity/Factor/eulers-identity.factor
2023-07-01 13:44:08 -04:00

2 lines
80 B
Factor

USING: math math.constants math.functions prettyprint ;
1 e pi C{ 0 1 } * ^ + .