We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e63078 + aaa6f56 commit 3cb427cCopy full SHA for 3cb427c
dist/plugins/float.js
@@ -383,8 +383,8 @@ const EasyCoder_Float = {
383
return EasyCoder_Float.Fdivide;
384
case `fmultiply`:
385
return EasyCoder_Float.Fmultiply;
386
- case `subtract`:
387
- case `take`:
+ case `fsubtract`:
+ case `ftake`:
388
return EasyCoder_Float.Ftake;
389
default:
390
return null;
js/plugins/float.js
0 commit comments