hisabt

5 Reputation

One Badge

2 years, 214 days

MaplePrimes Activity


These are answers submitted by hisabt

Because there are several alternative if they are applied correctly - see the attached

  restart;
  ScientificConstants:-GetValue(ScientificConstants:-Constant(g));

9.80665

(1)

  restart:
  with(ScientificConstants):
  gg:=Constant(g):
  GetValue(gg);
  

9.80665

(2)

  restart:
  with(ScientificConstants):
  GetValue(Constant(g));

9.80665

(3)

 

Page 1 of 1