我对下面的LISP表达式有疑问.在对浮点数求和时,存在浮动精度错误.
CL-USER> (+ -380 -158.27 -35.52)
Actual: -573.79004
Expected: -573.79000
Run Code Online (Sandbox Code Playgroud)
请建议我如何在LISP中实现预期的结果(我正在使用Lispworks).
错误信息:
PM> Add-Migration InitialDatabase
dotnet exec needs a managed .dll or .exe extension. The application specified was 'C:\Users\xxxxxx\documents\visual studio 2017\Projects\TheWorld\src\TheWorld\bin\Debug\netcoreapp1.0\TheWorld.runtimeconfig.json'
Process finished with non-zero exit code
PM>
Run Code Online (Sandbox Code Playgroud)
Visual Studio版本:2017 RC
项目依赖性:
c# entity-framework-core asp.net-core-mvc visual-studio-2017