Re: std.math module

2017-08-07 Thread greatsam4sure via Digitalmars-d-learn
On Monday, 7 August 2017 at 04:47:56 UTC, Nicholas Wilson wrote: On Sunday, 6 August 2017 at 23:33:26 UTC, greatsam4sure wrote: import std.math; import std.stdio; cos(90*PI/180) = -2.7e-20 instead of zero. I will appreciate any help. thanks in advance. tan(90*PI/180) = -3.689e+19 instead of

ldc D compiler installation on windows 10

2017-08-06 Thread greatsam4sure via Digitalmars-d-learn
Good day. I will appreciate it if anybody here can help me with the step by step way of installing ldc D compiler on windows. I have read online info but i just don't get it. let the process be in steps for easy comprehension.thanks in advance

std.math module

2017-08-06 Thread greatsam4sure via Digitalmars-d-learn
import std.math; import std.stdio; cos(90*PI/180) = -2.7e-20 instead of zero. I will appreciate any help. thanks in advance. tan(90*PI/180) = -3.689e+19 instead of infinity. What is the best way to use this module

ldc instation on windows 10

2017-08-06 Thread greatsam4sure via Digitalmars-d-learn
Good day. I will appreciate it if anybody here can help me with the step by step way of installing ldc D compiler on windows. I have read online info but i just don't get it. let the process be in steps for easy comprehension.thanks in advance

gtkd build fail on windows with dmd 2.074.0

2017-05-27 Thread greatsam4sure via Digitalmars-d-learn
rdmd Build.d fail on windows with dmd 2.074.0,dmd 2.073.0. it says std.file.FileException@std\file.d(814)gtkd2.obj:The system cannot find the file specifield. I have to use dmd 2.071.0 to build it I will appreciate your help sorry for the mistake

gtkd build fail on windows with dmd 2.074.0

2017-05-27 Thread greatsam4sure via Digitalmars-d-learn
rdmd Build.d fail on windows with dmd 2.074.0,dmd 2.073.0. it says std.file.FileException@std\file.d(814)gtkd2.obj:The system cannot find the file specifield. I have to use dmd 2.071.0 to build it I will appreciate your held

<    1   2