genbel
Guest
Good morning, I am here to ask you kindly for help and an explanation:
strangely a string
(setq weightper(/ weightper 28316846.591999996))
returns a number to scientific notation = 1.73402e-05
which is not readable in subsequent lisp operations.
How do I make it a real number?
strangely a string
(setq weightper(/ weightper 28316846.591999996))
returns a number to scientific notation = 1.73402e-05
which is not readable in subsequent lisp operations.
How do I make it a real number?