view .editorconfig @ 30872:2e358088e442

sphere.m: Add input validation of input N. * sphere.m: Check that input N is a real scalar > 0. Add BIST checks for new input validation. Rename output variables "xx,yy,zz" to "x,y,z" to match documentation. Rename internal variables "x,y,z" to "xx,yy,zz". Add %!demo.
author Rik <rik@octave.org>
date Wed, 30 Mar 2022 07:57:20 -0700
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab